DBA Data[Home] [Help]

APPS.PAY_PTA_BUS dependencies on PAY_DATED_TABLES

Line 29: , pay_dated_tables pta

25: --
26: cursor csr_sec_grp is
27: select pbg.security_group_id
28: from per_business_groups pbg
29: , pay_dated_tables pta
30: where pta.dated_table_id = p_dated_table_id
31: and pbg.business_group_id = pta.business_group_id;
32: --
33: -- Declare local variables

Line 89: , pay_dated_tables pta

85: --
86: cursor csr_leg_code is
87: select pbg.legislation_code
88: from per_business_groups pbg
89: , pay_dated_tables pta
90: where pta.dated_table_id = p_dated_table_id
91: and pbg.business_group_id (+) = pta.business_group_id;
92: --
93: -- Declare local variables