DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on RCV_CORE_S

Line 3341: RCV_CORE_S.get_receiving_controls

3337: */
3338:
3339: --
3340: --
3341: RCV_CORE_S.get_receiving_controls
3342: ( p_order_type_lookup_code => x_order_type_lookup_code
3343: , p_purchase_basis => l_purchase_basis
3344: , p_line_location_id => NULL
3345: , p_item_id => interface.item_id

Line 15296: RCV_CORE_S.get_receiving_controls(

15292: IF (PO_LOG.d_stmt) THEN
15293: PO_LOG.stmt(d_module, d_progress, 'Getting receiving controls.');
15294: END IF;
15295:
15296: RCV_CORE_S.get_receiving_controls(
15297: p_order_type_lookup_code => line_location_rec.value_basis
15298: , p_purchase_basis => l_line_purchase_basis
15299: , p_line_location_id => NULL
15300: , p_item_id => interface.item_id