DBA Data[Home] [Help]

APPS.MRP_SOURCING_API_PK dependencies on RCV_GET_DELIVERED_QTY

Line 617: RCV_GET_DELIVERED_QTY.GET_INTERNAL_DETAILS(arg_source_org, arg_org_id, arg_item_id,

613: ELSIF (arg_source_org <> arg_org_id AND arg_source_org <> NULL_VALUE ) THEN
614: -- Transfers
615:
616:
617: RCV_GET_DELIVERED_QTY.GET_INTERNAL_DETAILS(arg_source_org, arg_org_id, arg_item_id,
618: to_date(arg_start_date,'J'), to_date(arg_end_date1,'J'), x_total_alloc_qty);
619:
620: ELSIF arg_vendor_id IS NOT NULL THEN
621: -- Note the usage of arg_org_id, we use it only in the case of

Line 627: RCV_GET_DELIVERED_QTY.GET_TRANSACTION_DETAILS(arg_vendor_id, arg_vendor_site_id1, arg_item_id,

623: -- global ASL. we need to fix this if ever we decide to support
624: -- local ASL.
625:
626:
627: RCV_GET_DELIVERED_QTY.GET_TRANSACTION_DETAILS(arg_vendor_id, arg_vendor_site_id1, arg_item_id,
628: to_date(arg_start_date,'J'), to_date(arg_end_date1, 'J'), x_total_alloc_qty);
629:
630: END IF;
631: