DBA Data[Home] [Help]

APPS.PAY_SID_BUS dependencies on PER_BUSINESS_GROUPS

Line 28: from per_business_groups pbg

24: -- Declare cursor
25: --
26: cursor csr_sec_grp is
27: select pbg.security_group_id
28: from per_business_groups pbg
29: , pay_ie_prsi_details_f sid
30: , per_all_assignments_f paa
31: where sid.prsi_details_id = p_prsi_details_id
32: and sid.assignment_id = paa.assignment_id

Line 90: from per_business_groups pbg

86: -- Declare cursor
87: --
88: cursor csr_leg_code is
89: select pbg.legislation_code
90: from per_business_groups pbg
91: , pay_ie_prsi_details_f sid
92: , per_all_assignments_f paa
93: where sid.prsi_details_id = p_prsi_details_id
94: and sid.assignment_id = paa.assignment_id