DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on PO_DISTRIBUTIONS

Line 67: FROM po_distributions

63: deliver_to_person_id,
64: dest_subinv,
65: dest_org_id,
66: dest_type_code
67: FROM po_distributions
68: WHERE po_distribution_id = x_dist_id;
69:
70: x_progress := '020';
71:

Line 894: FROM po_distributions pod

890: x_wip_resource_seq_num,
891: x_wip_repetitive_schedule_id,
892: x_wip_line_id,
893: x_bom_resource_id
894: FROM po_distributions pod
895: WHERE pod.po_distribution_id = x_po_dist_id;
896: EXCEPTION
897: WHEN OTHERS THEN
898: po_message_s.sql_error('PO_DIST_INFO',