DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPE_RULES_PKG dependencies on PAY_ELE_CLASSIFICATION_RULES

Line 49: from pay_ele_classification_rules ecr

45: ) is
46: --
47: cursor csr_class_rule is
48: select ecr.classification_id
49: from pay_ele_classification_rules ecr
50: where ecr.element_set_id = p_element_set_id
51: and ecr.classification_id = p_classification_id
52: and not exists
53: (select null