DBA Data[Home] [Help]

APPS.PAY_STATUS_RULES_PKG dependencies on HR_APPLICATION_OWNERSHIPS

Line 321: delete from hr_application_ownerships

317: where current of csr_rows_owned_by_parent;
318: --
319: hr_utility.set_location ('PAY_STATUS_RULES_PKG.PARENT_DELETED',3);
320: --
321: delete from hr_application_ownerships
322: where key_name = 'STATUS_PROCESSING_RULE_ID'
323: and key_value = fetched_rule.status_processing_rule_id;
324: --
325: elsif p_delete_mode = 'DELETE'