DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on OE_DROP_SHIP_GRP

Line 2504: l_order_line_info_rec OE_DROP_SHIP_GRP.order_line_info_rec_type;

2500: x_otm_sched_line IN OUT NOCOPY PO_OTM_SCHEDULE_LINE_TYPE
2501: )
2502: IS
2503:
2504: l_order_line_info_rec OE_DROP_SHIP_GRP.order_line_info_rec_type;
2505: l_return_status VARCHAR2(1);
2506: l_msg_count NUMBER;
2507: l_msg_data VARCHAR2(4000);
2508:

Line 2525: OE_DROP_SHIP_GRP.get_order_line_info (

2521:
2522: d_progress := '010';
2523:
2524: -- call OM API to get customer and order info.
2525: OE_DROP_SHIP_GRP.get_order_line_info (
2526: p_api_version => 1.0
2527: , p_po_header_id => NULL
2528: , p_po_release_id => NULL
2529: , p_po_line_id => NULL

Line 2541: d_log_msg := 'Call to OE_DROP_SHIP_GRP.get_order_line_info failed.';

2537: d_progress := '100';
2538:
2539: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
2540: d_progress := '110';
2541: d_log_msg := 'Call to OE_DROP_SHIP_GRP.get_order_line_info failed.';
2542: RAISE g_OTM_INTEGRATION_EXC;
2543: END IF;
2544:
2545: d_progress := '120';