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 788: FROM po_distributions pod

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