DBA Data[Home] [Help]

APPS.PAY_YEPP_MISS_ASSIGN_PKG dependencies on HR_API

Line 435: and hr_api.return_legislation_code(cp_business_group_id) = cp_legislation_code

431: from pay_element_types_f pet,
432: pay_element_classifications pec
433: where pet.classification_id = pec.classification_id
434: and pet.business_group_id = cp_business_group_id
435: and hr_api.return_legislation_code(cp_business_group_id) = cp_legislation_code
436: and ((pec.legislation_code = cp_legislation_code and pec.business_group_id is null) or
437: (pec.business_group_id = cp_business_group_id and pec.legislation_code is null)
438: )
439: and not exists