DBA Data[Home] [Help]

APPS.CSP_PARTS_REQUIREMENT dependencies on CSP_PARTS_ORDER

Line 372: csp_parts_order.process_order(

368:
369: IF (p_create_order_flag = 'Y' AND l_rqmt_header_Rec.open_requirement <> 'E') THEN
370:
371: -- call csp_process_order API
372: csp_parts_order.process_order(
373: p_api_version => l_api_version_number
374: ,p_Init_Msg_List => p_init_msg_list
375: ,p_commit => FND_API.G_false
376: ,px_header_rec => l_header_rec

Line 926: csp_parts_order.process_order(

922:
923: -- call csp_process_order API only if atleast one line qualifies for order to be created
924:
925: IF (l_line_tbl.count > 0) THEN
926: csp_parts_order.process_order(
927: p_api_version => l_api_version_number
928: ,p_Init_Msg_List => p_init_msg_list
929: ,p_commit => p_commit
930: ,px_header_rec => l_header_rec

Line 991: csp_parts_order.process_purchase_req(

987: END IF;
988:
989: -- create purchase requisitions if po_line_tbl has atleast one record
990: IF (l_po_line_tbl.count > 0) THEN
991: csp_parts_order.process_purchase_req(
992: p_api_version => l_api_version_number
993: ,p_init_msg_list => p_init_msg_list
994: ,p_commit => p_commit
995: ,px_header_rec => l_header_Rec

Line 1229: csp_parts_order.process_order(

1225:
1226: -- call csp_process_order API only if atleast one line qualifies for order to be created
1227:
1228: IF (l_oe_line_tbl.count > 0) THEN
1229: csp_parts_order.process_order(
1230: p_api_version => l_api_version_number
1231: ,p_Init_Msg_List => p_init_msg_list
1232: ,p_commit => p_commit
1233: ,px_header_rec => l_header_rec

Line 1267: csp_parts_order.process_purchase_req(

1263: END IF;
1264:
1265: -- create purchase requisitions if po_line_tbl has atleast one record
1266: IF (l_po_line_tbl.count > 0) THEN
1267: csp_parts_order.process_purchase_req(
1268: p_api_version => l_api_version_number
1269: ,p_init_msg_list => p_init_msg_list
1270: ,p_commit => p_commit
1271: ,px_header_rec => l_header_Rec

Line 2444: 'Calling csp_parts_order.process_order...');

2440: IF (l_oe_line_tbl.COUNT > 0) THEN
2441: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
2442: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2443: 'csp.plsql.CSP_PARTS_REQUIREMENT.create_order',
2444: 'Calling csp_parts_order.process_order...');
2445: end if;
2446: csp_parts_order.process_order(
2447: p_api_version => l_api_version_number
2448: ,p_Init_Msg_List => p_init_msg_list

Line 2446: csp_parts_order.process_order(

2442: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2443: 'csp.plsql.CSP_PARTS_REQUIREMENT.create_order',
2444: 'Calling csp_parts_order.process_order...');
2445: end if;
2446: csp_parts_order.process_order(
2447: p_api_version => l_api_version_number
2448: ,p_Init_Msg_List => p_init_msg_list
2449: ,p_commit => FND_API.G_FALSE
2450: ,px_header_rec => l_header_rec

Line 2459: 'csp_parts_order.process_order return status = ' || l_return_status);

2455: );
2456: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
2457: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2458: 'csp.plsql.CSP_PARTS_REQUIREMENT.create_order',
2459: 'csp_parts_order.process_order return status = ' || l_return_status);
2460: end if;
2461:
2462: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2463: RAISE FND_API.G_EXC_ERROR;

Line 2531: csp_parts_order.process_purchase_req(

2527:
2528: l_header_rec.requisition_header_id := null;
2529: l_header_rec.requisition_number := null;
2530:
2531: csp_parts_order.process_purchase_req(
2532: p_api_version => l_api_version_number
2533: ,p_init_msg_list => p_init_msg_list
2534: ,p_commit => p_commit
2535: ,px_header_rec => l_header_Rec