DBA Data[Home] [Help]

APPS.PAY_US_TAXBAL_VIEW_PKG dependencies on PAY_RUN_TYPES_F

Line 367: from pay_run_types_f prt

363:
364:
365: cursor c_run_type_id is
366: select prt.run_type_id
367: from pay_run_types_f prt
368: where prt.shortname = 'SEPCHECK'
369: and prt.legislation_code = 'US';
370:
371: l_count_runs NUMBER;

Line 1310: from pay_run_types_f prt

1306: p_business_group_id number DEFAULT NULL)
1307: RETURN number is
1308: cursor c_run_type_id is
1309: select prt.run_type_id
1310: from pay_run_types_f prt
1311: where prt.shortname = 'SEPCHECK'
1312: and prt.legislation_code = 'US';
1313:
1314: cursor c_run_action_info

Line 1417: from pay_run_types_f prt

1413: RETURN number is
1414:
1415: cursor c_run_type_id is
1416: select prt.run_type_id
1417: from pay_run_types_f prt
1418: where prt.shortname = 'SEPCHECK'
1419: and prt.legislation_code = 'US';
1420:
1421: cursor c_run_action_info

Line 1630: ,pay_run_types_f prt

1626: paa.assignment_id
1627: INTO l_sep_check,
1628: l_assignment_id
1629: FROM pay_assignment_actions paa
1630: ,pay_run_types_f prt
1631: WHERE paa.assignment_action_id = l_assignment_action_id
1632: AND prt.run_type_id = paa.run_type_id
1633: AND prt.legislation_code = 'US';
1634:

Line 1887: ,pay_run_types_f prt

1883: paa.assignment_id
1884: INTO l_sep_check,
1885: l_assignment_id
1886: FROM pay_assignment_actions paa
1887: ,pay_run_types_f prt
1888: WHERE paa.assignment_action_id = l_assignment_action_id
1889: AND prt.run_type_id = paa.run_type_id
1890: AND prt.legislation_code = 'US';
1891: