DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on FND_CONCURRENT

Line 1542: call_status := fnd_concurrent.wait_for_request(req_id, 20, 0,

1538: AND run_id = g_run_id;
1539: commit;
1540:
1541: gl_batch_rec.phase := 'Submitted_JI_Request'; ---2444657
1542: call_status := fnd_concurrent.wait_for_request(req_id, 20, 0,
1543: rphase, rstatus, dphase, dstatus, message);
1544:
1545: IF call_status = FALSE THEN
1546:

Line 3958: call_status_tab(I) := fnd_concurrent.wait_for_request(req_id_tab(I), 20, 0,

3954: commit;
3955:
3956: FOR I in 1..org_id_tab.count
3957: LOOP
3958: call_status_tab(I) := fnd_concurrent.wait_for_request(req_id_tab(I), 20, 0,
3959: rphase, rstatus, dphase, dstatus, message);
3960: IF call_status_tab(I) = FALSE then
3961: fnd_message.set_name('PSP','PSP_TR_GMS_IMP_FAILED');
3962: fnd_msg_pub.add;

Line 5709: FROM fnd_concurrent_programs_vl fcp

5705: l_profile_bg_id Number := FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID');
5706:
5707: CURSOR get_Con_Program_name_csr IS
5708: SELECT USER_CONCURRENT_PROGRAM_NAME
5709: FROM fnd_concurrent_programs_vl fcp
5710: WHERE CONCURRENT_PROGRAM_ID = fnd_global.CONC_PROGRAM_ID;
5711: l_Con_Program_name varchar2(240);
5712:
5713: