DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on OE_DROP_SHIP_GRP

Line 2431: l_order_line_info_rec OE_DROP_SHIP_GRP.order_line_info_rec_type;

2427: x_otm_sched_line IN OUT NOCOPY PO_OTM_SCHEDULE_LINE_TYPE
2428: )
2429: IS
2430:
2431: l_order_line_info_rec OE_DROP_SHIP_GRP.order_line_info_rec_type;
2432: l_return_status VARCHAR2(1);
2433: l_msg_count NUMBER;
2434: l_msg_data VARCHAR2(4000);
2435:

Line 2452: OE_DROP_SHIP_GRP.get_order_line_info (

2448:
2449: d_progress := '010';
2450:
2451: -- call OM API to get customer and order info.
2452: OE_DROP_SHIP_GRP.get_order_line_info (
2453: p_api_version => 1.0
2454: , p_po_header_id => NULL
2455: , p_po_release_id => NULL
2456: , p_po_line_id => NULL

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

2464: d_progress := '100';
2465:
2466: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
2467: d_progress := '110';
2468: d_log_msg := 'Call to OE_DROP_SHIP_GRP.get_order_line_info failed.';
2469: RAISE g_OTM_INTEGRATION_EXC;
2470: END IF;
2471:
2472: d_progress := '120';