DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on FND_CONCURRENT

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

1638:
1639: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Committed after updating psp_payroll_controls SET phase = Submitted_JI_Request count: '||sql%rowcount);
1640:
1641: gl_batch_rec.phase := 'Submitted_JI_Request'; ---2444657
1642: call_status := fnd_concurrent.wait_for_request(req_id, 20, 0,
1643: rphase, rstatus, dphase, dstatus, message);
1644:
1645: IF call_status = FALSE THEN
1646:

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

4210: IF g_skip_flag_gms = 'N' THEN -- bug 6902514 -- change
4211:
4212: FOR I in 1..org_id_tab.count
4213: LOOP
4214: call_status_tab(I) := fnd_concurrent.wait_for_request(req_id_tab(I), 20, 0,
4215: rphase, rstatus, dphase, dstatus, message);
4216: IF call_status_tab(I) = FALSE then
4217: fnd_message.set_name('PSP','PSP_TR_GMS_IMP_FAILED');
4218: fnd_msg_pub.add;

Line 6132: FROM fnd_concurrent_programs_vl fcp

6128: l_profile_bg_id Number := FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID');
6129:
6130: CURSOR get_Con_Program_name_csr IS
6131: SELECT USER_CONCURRENT_PROGRAM_NAME
6132: FROM fnd_concurrent_programs_vl fcp
6133: WHERE CONCURRENT_PROGRAM_ID = fnd_global.CONC_PROGRAM_ID;
6134: l_Con_Program_name varchar2(240);
6135:
6136: