DBA Data[Home] [Help]

APPS.PAY_SUB_CLASS_RULES_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 252: from pay_element_classifications

248: dummy_id number(38) default null;
249: --
250: cursor csr_next_default is
251: select classification_id
252: from pay_element_classifications
253: where parent_classification_id = p_classification_id
254: and create_by_default_flag = 'Y'
255: and (p_business_group_id = business_group_id + 0
256: or (business_group_id is null