DBA Data[Home] [Help]

APPS.PAY_IP_ELE_INFO_CAT_UPG dependencies on DUAL

Line 93: FROM dual

89: 'Pre-Tax Deductions');
90:
91: CURSOR csr_ele_qualified IS
92: SELECT 'N'
93: FROM dual
94: WHERE EXISTS (SELECT pet.element_information_category
95: FROM pay_element_types_f pet
96: WHERE pet.element_type_id = p_object_id
97: AND pet.element_information_category IS NOT NULL);