DBA Data[Home] [Help]

APPS.PER_RI_CRP_DEFAULT_SETTINGS dependencies on HR_API_USER_HOOKS_UTILITY

Line 1683: hr_api_user_hooks_utility.create_hooks_add_report(l_api_module_id);

1679: End If;
1680:
1681: Close csr_api_hook_call;
1682:
1683: hr_api_user_hooks_utility.create_hooks_add_report(l_api_module_id);
1684:
1685: For l_hook_report In csr_hook_report Loop
1686:
1687: fnd_file.put_line(fnd_file.log,l_hook_report.text);

Line 1691: hr_api_user_hooks_utility.clear_hook_report;

1687: fnd_file.put_line(fnd_file.log,l_hook_report.text);
1688:
1689: End Loop;
1690:
1691: hr_api_user_hooks_utility.clear_hook_report;
1692:
1693: End create_hook ;
1694:
1695: