DBA Data[Home] [Help]

APPS.PQP_GB_OSP_FUNCTIONS dependencies on PAY_ELEMENT_TYPE_EXTRA_INFO

Line 103: FROM pay_element_type_extra_info petei, ben_pl_f bpl, ben_pl_typ_f bpty

99: ,p_information_type IN VARCHAR2
100: )
101: IS
102: SELECT petei.element_type_id
103: FROM pay_element_type_extra_info petei, ben_pl_f bpl, ben_pl_typ_f bpty
104: WHERE UPPER(petei.eei_information19) = 'ABSENCE INFO'
105: AND petei.information_type = p_information_type
106: --'PQP_GB_ABSENCE_PLAN_INFO'
107: AND bpl.pl_typ_id = bpty.pl_typ_id