DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on PO_DISTRIBUTIONS

Line 453: FROM po_distributions pd

449: X_progress := '610';
450:
451: SELECT count(1)
452: INTO X_number_of_inv_dest
453: FROM po_distributions pd
454: WHERE pd.line_location_id = X_line_location_id
455: AND pd.destination_type_code = 'INVENTORY';
456:
457: ELSE

Line 792: FROM po_distributions pod

788: X_progress := '500';
789:
790: SELECT count (1)
791: INTO X_num_of_distributions
792: FROM po_distributions pod
793: WHERE pod.line_location_id = X_po_line_location_id;
794:
795: -- dbms_output.put_line ('val_pending_transactions : X_num_of_distribtions : ' ||
796: -- TO_CHAR(X_num_of_distributions));