DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on FND_REQUEST

Line 213: l_inv_req_id := FND_REQUEST.submit_request(

209: x_retcode := FND_API.G_RET_STS_SUCCESS;
210:
211: IF X_Application_Id = 401 THEN
212: l_stmt_num :=10;
213: l_inv_req_id := FND_REQUEST.submit_request(
214: application => 'BOM',
215: program => 'CSTUINVM',
216: description => NULL,
217: start_time => NULL,

Line 228: l_wip_req_id := FND_REQUEST.submit_request(

224:
225: fnd_file.put_line(fnd_file.log, TO_CHAR(SYSDATE, 'DD-MON-YYYY HH24:MI:SS')||'> Upgrade Historical Inventory Transactions for Subledger Accounting [CSTUINVM] -> Request: '||l_inv_req_id);
226:
227: l_stmt_num :=15;
228: l_wip_req_id := FND_REQUEST.submit_request(
229: application => 'BOM',
230: program => 'CSTUWIPM',
231: description => NULL,
232: start_time => NULL,

Line 250: l_rcv_req_id := FND_REQUEST.submit_request(

246:
247: ELSIF X_Application_Id = 201 THEN
248:
249: l_stmt_num :=20;
250: l_rcv_req_id := FND_REQUEST.submit_request(
251: application => 'BOM',
252: program => 'CSTURCVM',
253: description => NULL,
254: start_time => NULL,

Line 522: l_inv_req_id := FND_REQUEST.submit_request(

518:
519: x_retcode := FND_API.G_RET_STS_SUCCESS;
520:
521: l_stmt_num :=10;
522: l_inv_req_id := FND_REQUEST.submit_request(
523: application => 'BOM',
524: program => 'CSTUINVM',
525: description => NULL,
526: start_time => NULL,

Line 536: l_wip_req_id := FND_REQUEST.submit_request(

532:
533: fnd_file.put_line(fnd_file.log, TO_CHAR(SYSDATE, 'DD-MON-YYYY HH24:MI:SS')||'> Upgrade Historical Inventory Transactions for Subledger Accounting [CSTUINVM] -> Request: '||l_inv_req_id);
534:
535: l_stmt_num :=20;
536: l_wip_req_id := FND_REQUEST.submit_request(
537: application => 'BOM',
538: program => 'CSTUWIPM',
539: description => NULL,
540: start_time => NULL,

Line 550: l_rcv_req_id := FND_REQUEST.submit_request(

546:
547: fnd_file.put_line(fnd_file.log, TO_CHAR(SYSDATE, 'DD-MON-YYYY HH24:MI:SS')||'> Upgrade Historical Work In Process Transactions for Subledger Accounting [CSTUWIPM] -> Request: '||l_wip_req_id );
548:
549: l_stmt_num :=30;
550: l_rcv_req_id := FND_REQUEST.submit_request(
551: application => 'BOM',
552: program => 'CSTURCVM',
553: description => NULL,
554: start_time => NULL,