DBA Data[Home] [Help]

APPS.PO_LINES_SV3 dependencies on RCV_CORE_S

Line 459: /* rcv_core_s.get_receiving_controls;

455: --auto creation should be taking place if both the condition are true
456: if ((nvl(X_item_valid,'Y') = 'Y') AND
457: (X_valid_loc)) then
458:
459: /* rcv_core_s.get_receiving_controls;
460: ** DEBUG Need to add the call.
461: ** Currently the API does not duplicate the
462: ** functionality of the userexit.
463: ** Spoke to GKELLNER about it. 7/28 */

Line 464: rcv_core_s.get_receiving_controls(null,

460: ** DEBUG Need to add the call.
461: ** Currently the API does not duplicate the
462: ** functionality of the userexit.
463: ** Spoke to GKELLNER about it. 7/28 */
464: rcv_core_s.get_receiving_controls(null,
465: X_item_id,
466: X_vendor_id,
467: X_ship_org_id,
468: X_enforce_ship_to_location,