DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on OE_DROP_SHIP_SOURCES

Line 2896: oe_drop_ship_sources

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

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

3000: FETCH drop_ship_sources INTO l_header_id,l_line_id;
3001:
3002: IF drop_ship_sources%notfound THEN
3003: IF l_debug = 1 then
3004: print_debug('No data found in oe_drop_ship_sources: not a drop ship', l_api_name);
3005: END IF;
3006: l_external_drop_ship := FALSE;
3007: ELSE
3008: l_external_drop_ship := TRUE;