DBA Data[Home] [Help]

APPS.PAY_ELEMENT_CLASS_PKG dependencies on PAY_ELEMENT_TYPES_F

Line 168: from pay_element_types_f

164: function CHILD_ELEMENTS return boolean is
165: -- Check for child element types
166: cursor csr_element_types is
167: select 1
168: from pay_element_types_f
169: where classification_id = p_classification_id;
170: --
171: begin
172: hr_utility.set_location ('PAY_ELEMENT_CLASSIFICATIONS_PKG',4);