DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on OE_DROP_SHIP_SOURCES

Line 2897: oe_drop_ship_sources

2893: l_poll_id NUMBER)
2894: IS
2895: SELECT header_id, line_id
2896: FROM
2897: oe_drop_ship_sources
2898: WHERE
2899: po_header_id = l_poh_id
2900: AND po_line_id = l_pol_id
2901: AND line_location_id = l_poll_id

Line 3016: print_debug('No data found in oe_drop_ship_sources: not a drop ship', l_api_name);

3012: FETCH drop_ship_sources INTO l_header_id,l_line_id;
3013:
3014: IF drop_ship_sources%notfound THEN
3015: IF l_debug = 1 then
3016: print_debug('No data found in oe_drop_ship_sources: not a drop ship', l_api_name);
3017: END IF;
3018: l_external_drop_ship := FALSE;
3019: ELSE
3020: l_external_drop_ship := TRUE;