DBA Data[Home] [Help]

APPS.CSP_PARTS_REQUIREMENT dependencies on CSP_PARTS_ORDER

Line 378: csp_parts_order.process_order(

374:
375: IF (p_create_order_flag = 'Y' AND l_rqmt_header_Rec.open_requirement <> 'E') THEN
376:
377: -- call csp_process_order API
378: csp_parts_order.process_order(
379: p_api_version => l_api_version_number
380: ,p_Init_Msg_List => p_init_msg_list
381: ,p_commit => FND_API.G_false
382: ,px_header_rec => l_header_rec

Line 941: csp_parts_order.process_order(

937:
938: -- call csp_process_order API only if atleast one line qualifies for order to be created
939:
940: IF (l_line_tbl.count > 0) THEN
941: csp_parts_order.process_order(
942: p_api_version => l_api_version_number
943: ,p_Init_Msg_List => p_init_msg_list
944: ,p_commit => p_commit
945: ,px_header_rec => l_header_rec

Line 1006: csp_parts_order.process_purchase_req(

1002: END IF;
1003:
1004: -- create purchase requisitions if po_line_tbl has atleast one record
1005: IF (l_po_line_tbl.count > 0) THEN
1006: csp_parts_order.process_purchase_req(
1007: p_api_version => l_api_version_number
1008: ,p_init_msg_list => p_init_msg_list
1009: ,p_commit => p_commit
1010: ,px_header_rec => l_header_Rec

Line 1338: csp_parts_order.process_order(

1334:
1335: -- call csp_process_order API only if atleast one line qualifies for order to be created
1336:
1337: IF (l_oe_line_tbl.count > 0) THEN
1338: csp_parts_order.process_order(
1339: p_api_version => l_api_version_number
1340: ,p_Init_Msg_List => p_init_msg_list
1341: ,p_commit => p_commit
1342: ,px_header_rec => l_header_rec

Line 1376: csp_parts_order.process_purchase_req(

1372: END IF;
1373:
1374: -- create purchase requisitions if po_line_tbl has atleast one record
1375: IF (l_po_line_tbl.count > 0) THEN
1376: csp_parts_order.process_purchase_req(
1377: p_api_version => l_api_version_number
1378: ,p_init_msg_list => p_init_msg_list
1379: ,p_commit => p_commit
1380: ,px_header_rec => l_header_Rec

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

2560: IF (l_oe_line_tbl.COUNT > 0) THEN
2561: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
2562: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2563: 'csp.plsql.CSP_PARTS_REQUIREMENT.create_order',
2564: 'Calling csp_parts_order.process_order...');
2565: end if;
2566: csp_parts_order.process_order(
2567: p_api_version => l_api_version_number
2568: ,p_Init_Msg_List => p_init_msg_list

Line 2566: csp_parts_order.process_order(

2562: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2563: 'csp.plsql.CSP_PARTS_REQUIREMENT.create_order',
2564: 'Calling csp_parts_order.process_order...');
2565: end if;
2566: csp_parts_order.process_order(
2567: p_api_version => l_api_version_number
2568: ,p_Init_Msg_List => p_init_msg_list
2569: ,p_commit => FND_API.G_FALSE
2570: ,px_header_rec => l_header_rec

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

2575: );
2576: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
2577: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2578: 'csp.plsql.CSP_PARTS_REQUIREMENT.create_order',
2579: 'csp_parts_order.process_order return status = ' || l_return_status);
2580: end if;
2581:
2582: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2583: RAISE FND_API.G_EXC_ERROR;

Line 2651: csp_parts_order.process_purchase_req(

2647:
2648: l_header_rec.requisition_header_id := null;
2649: l_header_rec.requisition_number := null;
2650:
2651: csp_parts_order.process_purchase_req(
2652: p_api_version => l_api_version_number
2653: ,p_init_msg_list => p_init_msg_list
2654: ,p_commit => p_commit
2655: ,px_header_rec => l_header_Rec

Line 4007: 'before calling CSP_PARTS_ORDER.book_order ...');

4003:
4004: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
4005: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
4006: 'csp.plsql.CSP_PARTS_REQUIREMENT.TASK_ASSIGNMENT_POST_UPDATE',
4007: 'before calling CSP_PARTS_ORDER.book_order ...');
4008: end if;
4009:
4010: CSP_PARTS_ORDER.book_order(
4011: p_oe_header_id => l_oe_header_id,

Line 4010: CSP_PARTS_ORDER.book_order(

4006: 'csp.plsql.CSP_PARTS_REQUIREMENT.TASK_ASSIGNMENT_POST_UPDATE',
4007: 'before calling CSP_PARTS_ORDER.book_order ...');
4008: end if;
4009:
4010: CSP_PARTS_ORDER.book_order(
4011: p_oe_header_id => l_oe_header_id,
4012: x_return_status => x_return_status,
4013: x_msg_count => x_msg_count,
4014: x_msg_data => x_msg_data

Line 4020: 'after calling CSP_PARTS_ORDER.book_order ...');

4016:
4017: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
4018: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
4019: 'csp.plsql.CSP_PARTS_REQUIREMENT.TASK_ASSIGNMENT_POST_UPDATE',
4020: 'after calling CSP_PARTS_ORDER.book_order ...');
4021: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
4022: 'csp.plsql.CSP_PARTS_REQUIREMENT.TASK_ASSIGNMENT_POST_UPDATE',
4023: 'x_return_status = ' || x_return_status);
4024: end if;