DBA Data[Home] [Help]

APPS.PO_PDOI_MOVE_TO_DRAFT_TABS_PVT dependencies on PO_DISTRIBUTIONS_INTERFACE

Line 2125: -- po_distributions_interface table

2121: -- attribute values will be read from
2122: -- po_headers_interface table
2123: -- 2. valid distribution rows exist in interface table:
2124: -- attribute values will be read from
2125: -- po_distributions_interface table
2126: -- This procedure will handle the first case
2127: --Parameters:
2128: --IN:
2129: --p_headers

Line 2247: -- po_distributions_interface table

2243: -- attribute values will be read from
2244: -- po_headers_interface table
2245: -- 2. valid distribution rows exist in interface table:
2246: -- attribute values will be read from
2247: -- po_distributions_interface table
2248: -- This procedure will handle the second case
2249: --Parameters:
2250: --IN:
2251: --p_dists

Line 2480: FROM po_distributions_interface

2476: p_dists.amount_ordered_tbl(i),
2477: p_dists.loc_shipment_type_tbl(i),
2478: NULL, -- amount_to_encumber
2479: p_dists.tax_attribute_update_code_tbl(i)
2480: FROM po_distributions_interface
2481: WHERE interface_distribution_id = p_dists.intf_dist_id_tbl(i)
2482: AND p_dists.error_flag_tbl(i) = FND_API.g_FALSE;
2483:
2484: IF (PO_LOG.d_proc) THEN