DBA Data[Home] [Help]

APPS.PSP_CREATE_EFF_REPORTS dependencies on PSP_ER_AME

Line 1199: -- fnd_file.put_line(fnd_file.log,' ===== psp_er_ame.get_first_approvers');

1195: p_print_header=>FND_API.G_TRUE);
1196: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1197: END IF;
1198:
1199: -- fnd_file.put_line(fnd_file.log,' ===== psp_er_ame.get_first_approvers');
1200:
1201: psp_er_ame.get_first_approvers(l_request_id ,
1202: l_start_person,
1203: l_end_person ,

Line 1201: psp_er_ame.get_first_approvers(l_request_id ,

1197: END IF;
1198:
1199: -- fnd_file.put_line(fnd_file.log,' ===== psp_er_ame.get_first_approvers');
1200:
1201: psp_er_ame.get_first_approvers(l_request_id ,
1202: l_start_person,
1203: l_end_person ,
1204: l_return_status,
1205: l_retry_request_id );

Line 1208: hr_utility.trace('psp_create_eff_reports--> After psp_er_ame.get_first_approvers');

1204: l_return_status,
1205: l_retry_request_id );
1206:
1207:
1208: hr_utility.trace('psp_create_eff_reports--> After psp_er_ame.get_first_approvers');
1209:
1210:
1211:
1212: If (l_return_status = fnd_api.g_ret_sts_unexp_error) or (l_return_status=fnd_api.g_ret_sts_error) then