DBA Data[Home] [Help]

APPS.PER_RI_CRP_DEFAULT_SETTINGS dependencies on FND_FILE

Line 15: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);

11: BEGIN
12: FND_MESSAGE.SET_NAME('PER','PER_RI_WB_CRP_DEFAULTS');
13: FND_MESSAGE.SET_TOKEN('OBJECT',p_message_token1);
14: FND_MESSAGE.SET_TOKEN('BG',p_message_token2);
15: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
16: END write_log;
17:
18: function get_dflt_first_end_date (p_basic_period_type in varchar2,
19: p_periods_per_period in number,

Line 1687: fnd_file.put_line(fnd_file.log,l_hook_report.text);

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);
1688:
1689: End Loop;
1690:
1691: hr_api_user_hooks_utility.clear_hook_report;