DBA Data[Home] [Help]

APPS.PAY_FORMULA_RESULT_RULES_PKG dependencies on HR_APPLICATION_OWNERSHIPS

Line 483: delete from hr_application_ownerships

479: --
480: delete from pay_formula_result_rules_f
481: where current of csr_rows_owned_by_parent;
482: --
483: delete from hr_application_ownerships
484: where key_name = 'FORMULA_RESULT_RULE_ID'
485: and key_value = fetched_row.formula_result_rule_id;
486: --
487: elsif p_delete_mode = 'DELETE'