DBA Data[Home] [Help]

APPS.PER_RI_CRP_DEFAULT_SETTINGS dependencies on HR_API_HOOK_CALLS

Line 1619: From hr_api_hook_calls hc

1615:
1616:
1617: Cursor csr_api_hook_call(c_hook_id Number) Is
1618: Select hc.api_hook_call_id
1619: From hr_api_hook_calls hc
1620: Where hc.api_hook_id = c_hook_id
1621: and hc.legislation_code Is Null
1622: and hc.call_package = 'PER_RI_CREATE_CRP_EMPLOYEE'
1623: and hc.call_procedure = 'SET_USER_ACCT_DETAILS'