DBA Data[Home] [Help]

APPS.PAY_AE_USER_FUNCTION dependencies on PER_ALL_ASSIGNMENTS_F

Line 91: ,per_all_assignments_f PAA

87: from hr_organization_units HOU
88: ,hr_organization_information HOI1
89: ,hr_organization_information HOI2
90: ,hr_soft_coding_keyflex HSCK
91: ,per_all_assignments_f PAA
92: where HOU.business_group_id = p_business_group_id
93: and trunc(p_date_earned) between HOU.date_from and nvl(HOU.date_to,
94: to_date('4712/12/31','YYYY/MM/DD'))
95: and HOU.organization_id = HOI1.organization_id

Line 192: ,per_all_assignments_f PAA

188: from hr_organization_units HOU
189: ,hr_organization_information HOI1
190: ,hr_organization_information HOI2
191: ,hr_soft_coding_keyflex HSCK
192: ,per_all_assignments_f PAA
193: where HOU.business_group_id = p_business_group_id
194: and trunc(p_date_earned) between HOU.date_from and nvl(HOU.date_to,
195: to_date('4712/12/31','YYYY/MM/DD'))
196: and HOU.organization_id = HOI1.organization_id

Line 295: ,per_all_assignments_f PAA

291: from hr_organization_units HOU
292: ,hr_organization_information HOI1
293: ,hr_organization_information HOI2
294: ,hr_soft_coding_keyflex HSCK
295: ,per_all_assignments_f PAA
296: where HOU.business_group_id = p_business_group_id
297: and trunc(p_date_earned) between HOU.date_from and nvl(HOU.date_to,
298: to_date('4712/12/31','YYYY/MM/DD'))
299: and HOU.organization_id = HOI1.organization_id