DBA Data[Home] [Help]

APPS.PA_WORK_TYPE_UPGRADE dependencies on FND_API

Line 219: -- Call FND API to submit the same request for the EI update

215:
216: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '.....................');
217: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Project_Id = ' || Min_Project_Id);
218:
219: -- Call FND API to submit the same request for the EI update
220: l_child_req_id := FND_REQUEST.SUBMIT_REQUEST('PA',
221: 'PAWKTPUP',
222: '',
223: '',

Line 248: -- Call FND API to submit the same request for the EI update

244: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '.....................');
245: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Min Project_Id = ' || l_Min);
246: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Max Project_Id = ' || l_Max);
247:
248: -- Call FND API to submit the same request for the EI update
249: l_child_req_id := FND_REQUEST.SUBMIT_REQUEST('PA',
250: 'PAWKTPUP',
251: '',
252: '',

Line 405: -- Call FND API to submit the same request for the EI update

401: For i in 1..P_Num_Of_Processes Loop
402:
403: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, '.....................');
404:
405: -- Call FND API to submit the same request for the EI update
406: l_child_req_id := FND_REQUEST.SUBMIT_REQUEST('PA',
407: 'PAWKTPUP',
408: '',
409: '',

Line 996: x_return_status := fnd_api.g_ret_sts_unexp_error;

992:
993: Exception
994:
995: When Others then
996: x_return_status := fnd_api.g_ret_sts_unexp_error;
997: x_error_message_code := (SQLCODE||' '||SQLERRM);
998: raise_application_error(-20001,SQLERRM);
999:
1000: End Upgrade_WT_Main;