DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PQP_EXCEPTION_REPORT_GROUPS

Line 864: from pqp_exception_report_groups

860: and application_id = 800;
861:
862: cursor cur_exp_group_name is
863: select exception_group_name
864: from pqp_exception_report_groups
865: where exception_group_id = to_number(p_exp_group_name);
866:
867: cursor cur_exp_report_name is
868: select exception_report_name

Line 2993: from pqp_exception_report_groups

2989: and application_id = 800;
2990:
2991: cursor cur_exp_group_name is
2992: select exception_group_name
2993: from pqp_exception_report_groups
2994: where exception_group_id = to_number(p_exp_group_name);
2995:
2996: cursor cur_exp_report_name is
2997: select exception_report_name