- f_account_dashboard
string f_account_dashboard
(
in string as_sid,
in string as_acct
)
raises (CTS::PBUserException);
- f_ar_dashboard
string f_ar_dashboard
(
in string as_sid,
in string as_level,
in string as_store,
in string as_key_account,
in string as_account,
in string as_sort_column,
in string as_sort_direction
)
raises (CTS::PBUserException);
- f_ar_dashboard_acct_alerts
string f_ar_dashboard_acct_alerts
(
in string as_sid,
in string as_company,
in string as_store,
in string as_date
)
raises (CTS::PBUserException);
- f_company_account_list
string f_company_account_list
(
in string as_sid
)
raises (CTS::PBUserException);
- f_company_counter_salesman_list
string f_company_counter_salesman_list
(
in string as_sid,
in string as_sort
)
raises (CTS::PBUserException);
- f_company_dashboard
string f_company_dashboard
(
in string as_sid
)
raises (CTS::PBUserException);
- f_company_dashboard_slmn_sales_analysis
string f_company_dashboard_slmn_sales_analysis
(
in string as_sid,
in string as_salesman_number,
in string as_slmn_type
)
raises (CTS::PBUserException);
- f_company_inside_salesman_list
string f_company_inside_salesman_list
(
in string as_sid,
in string as_sort
)
raises (CTS::PBUserException);
- f_company_outside_salesman_list
string f_company_outside_salesman_list
(
in string as_sid,
in string as_sort
)
raises (CTS::PBUserException);
- f_company_project_list
string f_company_project_list
(
in string as_sid
)
raises (CTS::PBUserException);
- f_company_stock_item_list
string f_company_stock_item_list
(
in string as_sid
)
raises (CTS::PBUserException);
- f_company_store_list
string f_company_store_list
(
in string as_sid,
in string as_sort
)
raises (CTS::PBUserException);
- f_company_store_project_list
string f_company_store_project_list
(
in string as_sid,
in string as_store_no
)
raises (CTS::PBUserException);
- f_company_vendor_list
string f_company_vendor_list
(
in string as_sid
)
raises (CTS::PBUserException);
- f_date_is_a_holiday
boolean f_date_is_a_holiday
(
in MJD::Date ad_date
)
raises (CTS::PBUserException);
- f_mtd_sales_dashboard
string f_mtd_sales_dashboard
(
in string as_sid,
in string as_store,
in string as_level,
in string as_key_account,
in string as_account,
in string as_sort_column,
in string as_sort_direction
)
raises (CTS::PBUserException);
- f_nonstock_items_list_by_company
string f_nonstock_items_list_by_company
(
in string as_sid,
in string as_userid,
in string as_company,
in string as_store,
in string as_slmn,
in string as_menu,
in string as_level,
in string as_dashboard,
in string as_sort,
in string as_vendor,
in string as_prod,
in string as_acct
)
raises (CTS::PBUserException);
- f_product_dashboard
string f_product_dashboard
(
in string as_sid,
in string ims_product_code_1
)
raises (CTS::PBUserException);
- f_project_dashboard
string f_project_dashboard
(
in string as_sid,
in string as_project
)
raises (CTS::PBUserException);
- f_salesman_dashboard
string f_salesman_dashboard
(
in string as_sid,
in string as_salesman_number
)
raises (CTS::PBUserException);
- f_stock_items_list_by_company
string f_stock_items_list_by_company
(
in string as_sid,
in string as_userid,
in string as_company,
in string as_store,
in string as_class,
in string as_menu,
in string as_level,
in string as_dashboard,
in string as_vendor,
in string as_slmn,
in string as_sort,
in string as_prod,
in string as_acct
)
raises (CTS::PBUserException);
- f_store_dashboard
string f_store_dashboard
(
in string as_sid,
in string as_store_no
)
raises (CTS::PBUserException);