DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on FND_GLOBAL

Line 572: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

568: oe_debug_pub.add('auto_create_pur_req_cr: entered ' ,1);
569: END IF;
570:
571: -- initialize the program_id and the request_id from the concurrent req
572: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
573: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
574:
575: /* bug fix 3590305/3599860 */
576: --

Line 573: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;

569: END IF;
570:
571: -- initialize the program_id and the request_id from the concurrent req
572: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
573: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
574:
575: /* bug fix 3590305/3599860 */
576: --
577: -- load all eligible lines into global temp table. We need to load the

Line 620: l_batch_id := FND_GLOBAL.CONC_REQUEST_ID;

616: oe_debug_pub.add('auto_create_pur_req_cr: ' || 'l_source_code = '||lsourcecode,1);
617: END IF;
618:
619: -- set the batch_id to the request_id
620: l_batch_id := FND_GLOBAL.CONC_REQUEST_ID;
621:
622: -- Log all the input parameters
623: l_stmt_num := 1;
624:

Line 1331: l_user_id := FND_GLOBAL.USER_ID;

1327:
1328: l_stmt_num := 10;
1329:
1330: -- Initialize all the standard variables.
1331: l_user_id := FND_GLOBAL.USER_ID;
1332: l_login_id := FND_GLOBAL.LOGIN_ID;
1333: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
1334: l_application_id := FND_GLOBAL.RESP_APPL_ID;
1335: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;

Line 1332: l_login_id := FND_GLOBAL.LOGIN_ID;

1328: l_stmt_num := 10;
1329:
1330: -- Initialize all the standard variables.
1331: l_user_id := FND_GLOBAL.USER_ID;
1332: l_login_id := FND_GLOBAL.LOGIN_ID;
1333: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
1334: l_application_id := FND_GLOBAL.RESP_APPL_ID;
1335: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
1336: l_resp_id := FND_GLOBAL.RESP_ID;

Line 1333: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

1329:
1330: -- Initialize all the standard variables.
1331: l_user_id := FND_GLOBAL.USER_ID;
1332: l_login_id := FND_GLOBAL.LOGIN_ID;
1333: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
1334: l_application_id := FND_GLOBAL.RESP_APPL_ID;
1335: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
1336: l_resp_id := FND_GLOBAL.RESP_ID;
1337:

Line 1334: l_application_id := FND_GLOBAL.RESP_APPL_ID;

1330: -- Initialize all the standard variables.
1331: l_user_id := FND_GLOBAL.USER_ID;
1332: l_login_id := FND_GLOBAL.LOGIN_ID;
1333: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
1334: l_application_id := FND_GLOBAL.RESP_APPL_ID;
1335: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
1336: l_resp_id := FND_GLOBAL.RESP_ID;
1337:
1338: l_intf_source_code := p_interface_source_code;

Line 1335: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;

1331: l_user_id := FND_GLOBAL.USER_ID;
1332: l_login_id := FND_GLOBAL.LOGIN_ID;
1333: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
1334: l_application_id := FND_GLOBAL.RESP_APPL_ID;
1335: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
1336: l_resp_id := FND_GLOBAL.RESP_ID;
1337:
1338: l_intf_source_code := p_interface_source_code;
1339:

Line 1336: l_resp_id := FND_GLOBAL.RESP_ID;

1332: l_login_id := FND_GLOBAL.LOGIN_ID;
1333: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
1334: l_application_id := FND_GLOBAL.RESP_APPL_ID;
1335: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
1336: l_resp_id := FND_GLOBAL.RESP_ID;
1337:
1338: l_intf_source_code := p_interface_source_code;
1339:
1340: l_stmt_num := 20;

Line 4161: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;

4157: end if;
4158:
4159:
4160: -- initialize the program_id and the request_id from the concurrent request.
4161: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
4162: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
4163:
4164: -- update th program_id and requist_id for the lines fetched by the cursor..
4165:

Line 4162: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;

4158:
4159:
4160: -- initialize the program_id and the request_id from the concurrent request.
4161: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
4162: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
4163:
4164: -- update th program_id and requist_id for the lines fetched by the cursor..
4165:
4166: