DBA Data[Home] [Help]

APPS.PAY_LOADER_UTILS_PKG dependencies on PAY_ELEMENT_CLASSIFICATIONS

Line 1242: from pay_element_classifications pec

1238:
1239: -- Cursor for fetching the classification id.
1240: Cursor csr_get_ec_id is
1241: select pec.classification_id
1242: from pay_element_classifications pec
1243: where UPPER(pec.classification_name) = UPPER(p_ec_classification_name)
1244: and ((p_ec_business_group_name is not null
1245: and pec.business_group_id = l_business_group_id)
1246: or (p_ec_legislation_code is not null