DBA Data[Home] [Help]

APPS.PAY_US_TAX_ETU_PKG dependencies on PAY_RUN_TYPES_F

Line 30: SELECT prt.* from pay_run_types_f prt

26: ) AS
27:
28:
29: CURSOR c_run_type IS
30: SELECT prt.* from pay_run_types_f prt
31: WHERE prt.run_type_name IN ('Regular Standard Run',
32: 'Separate Payment Run',
33: 'Tax Separate Run',
34: 'Supplemental Standard Run',