DBA Data[Home] [Help]

APPS.PAY_US_ELEM_ENT_CHK_LEG_HOOK dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 25: pay_element_classifications pec,

21: pet.business_group_id
22: from pay_element_entries_f pee,
23: pay_element_links_f pel,
24: pay_element_types_f pet,
25: pay_element_classifications pec,
26: per_assignments_f paf,
27: per_time_periods ptp
28: where paf.assignment_id = p_assignment_id
29: and pee.assignment_id = paf.assignment_id

Line 46: pay_element_classifications pec

42: pet.element_information4,
43: pet.business_group_id
44: from pay_element_links_f pel,
45: pay_element_types_f pet,
46: pay_element_classifications pec
47: where pel.element_link_id = p_element_link_id
48: and pel.element_type_id = pet.element_type_id
49: and pet.classification_id = pec.classification_id
50: and pec.classification_name = 'Involuntary Deductions';