DBA Data[Home] [Help]

APPS.PQP_ITERATIVE_ARREARAGE dependencies on PAY_ELEMENT_TYPES_F

Line 40: from pay_element_types_f pet,

36: ,c_effective_date In Date
37: ,c_information_type In Varchar2) Is
38: select pei.eei_information1 -- Arrears Allowed
39: ,pei.eei_information2 -- Partial Allowed
40: from pay_element_types_f pet,
41: pay_element_type_extra_info pei
42: where pet.element_type_id = c_ele_type_id
43: and (pet.business_group_id = c_business_grp_id or
44: pet.legislation_code = l_legislation_code)