DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_GEN dependencies on PAY_ELEMENT_TYPE_USAGES_F

Line 790: from pay_element_type_usages_f

786: where iterative_rule_id = p_core_object_id;
787: --
788: cursor csr_seu_core_object_exists(p_core_object_id in number) is
789: select count(0)
790: from pay_element_type_usages_f
791: where element_type_usage_id = p_core_object_id;
792: --
793: cursor csr_sgb_core_object_exists(p_core_object_id in number) is
794: select count(0)

Line 3560: from pay_element_type_usages_f

3556: cursor csr_ele_type_usages_lock(p_element_type_usage_id in number) is
3557: select element_type_usage_id
3558: , object_version_number
3559: , effective_start_date
3560: from pay_element_type_usages_f
3561: where element_type_usage_id = p_element_type_usage_id
3562: for update of element_type_usage_id;
3563: --
3564: cursor csr_gu_bal_exclusions_lock(p_grossup_balances_id in number) is