DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on OE_ORDER_GRP

Line 15: -- them for the output variables (x_header_rec and x_line_tbl) when calling OE_ORDER_GRP.process_order

11: -- 3. As Purchase Order is not a payment type, commented out relevant code in set_payment_info.
12: -- 4. PO number is a new attribute for all pay types, so store the number in set_payment_info.
13: --kvattiku: Aug 08, 05 For R12 (NOCOPY bug 4445205)
14: -- 1. Declared new output variables (l_header_out_rec and l_line_out_tbl) wherever required and substituted
15: -- them for the output variables (x_header_rec and x_line_tbl) when calling OE_ORDER_GRP.process_order
16: --kvattiku: Aug 14, 05 For R12
17: -- Modified the signatures of set_enrq_payment_info and set_payment_info procedures. p_payment_method_rec and
18: -- p_enrl_req_id (in set_enrq_payment_info) are only IN and not IN OUT. p_payment_method_rec and
19: -- p_order_header_id (in set_payment_info) are only IN and not IN OUT.

Line 639: OE_ORDER_GRP.process_order(

635:
636: --kvattiku: Aug 08, 05 Changed the x_line_tbl initialization to l_line_out_tbl and x_header_rec
637: --to l_header_out_rec from l_line_tbl and l_header_rec respectively (NOCOPY bug)
638:
639: OE_ORDER_GRP.process_order(
640: p_api_version_number => l_api_version_number,
641: p_init_msg_list => FND_API.g_false ,
642: p_return_values => FND_API.g_true ,
643: p_commit => FND_API.g_false ,

Line 1254: OE_ORDER_GRP.process_order(

1250: l_action_request_tbl(1).Entity_code := OE_GLOBALS.G_ENTITY_HEADER;
1251: l_action_request_tbl(1).Entity_id := p_order_header_id;
1252: l_action_request_tbl(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
1253:
1254: OE_ORDER_GRP.process_order(
1255: p_api_version_number => l_api_version_number,
1256: p_init_msg_list => FND_API.g_false ,
1257: p_return_values => FND_API.g_true ,
1258: p_commit => FND_API.g_false ,

Line 1475: OE_ORDER_GRP.process_order(

1471: l_header_out_rec.cancelled_flag := 'Y';
1472: l_header_out_rec.change_reason := l_change_reason;*/
1473:
1474: --kvattiku: Aug 08, 05 NOCOPY bug related change
1475: OE_ORDER_GRP.process_order(
1476: p_api_version_number => l_api_version_number,
1477: p_init_msg_list => FND_API.g_false ,
1478: p_return_values => FND_API.g_true ,
1479: p_commit => FND_API.g_false ,

Line 2801: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the OE_ORDER_GRP.process_order call ');

2797: Order_Debug_On;
2798:
2799: -- Debug Message
2800: IF (PV_DEBUG_HIGH_ON) THEN
2801: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the OE_ORDER_GRP.process_order call ');
2802: END IF;
2803:
2804: OE_ORDER_GRP.process_order(
2805: p_api_version_number => l_api_version_number,

Line 2804: OE_ORDER_GRP.process_order(

2800: IF (PV_DEBUG_HIGH_ON) THEN
2801: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the OE_ORDER_GRP.process_order call ');
2802: END IF;
2803:
2804: OE_ORDER_GRP.process_order(
2805: p_api_version_number => l_api_version_number,
2806: p_init_msg_list => FND_API.g_false ,
2807: p_return_values => FND_API.g_true ,
2808: p_commit => FND_API.g_false ,

Line 2866: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the OE_ORDER_GRP.process_order call');

2862: END LOOP;
2863:
2864: -- Debug Message
2865: IF (PV_DEBUG_HIGH_ON) THEN
2866: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the OE_ORDER_GRP.process_order call');
2867: END IF;
2868:
2869:
2870: for i in lx_enrl_info.FIRST..lx_enrl_info.LAST loop

Line 3242: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the OE_ORDER_GRP.process_order call');

3238: Order_Debug_On;
3239:
3240: -- Debug Message
3241: IF (PV_DEBUG_HIGH_ON) THEN
3242: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the OE_ORDER_GRP.process_order call');
3243: END IF;
3244:
3245: OE_ORDER_GRP.process_order(
3246: p_api_version_number => l_api_version_number,

Line 3245: OE_ORDER_GRP.process_order(

3241: IF (PV_DEBUG_HIGH_ON) THEN
3242: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' before the OE_ORDER_GRP.process_order call');
3243: END IF;
3244:
3245: OE_ORDER_GRP.process_order(
3246: p_api_version_number => l_api_version_number,
3247: p_init_msg_list => FND_API.g_false ,
3248: p_return_values => FND_API.g_true ,
3249: p_commit => FND_API.g_false ,

Line 3300: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the OE_ORDER_GRP.process_order call');

3296: END IF;
3297:
3298: -- Debug Message
3299: IF (PV_DEBUG_HIGH_ON) THEN
3300: PVX_UTILITY_PVT.debug_message('In ' || l_api_name || ' after the OE_ORDER_GRP.process_order call');
3301: END IF;
3302:
3303: END LOOP;
3304: