DBA Data[Home] [Help]

APPS.PO_PDOI_MOVE_TO_DRAFT_TABS_PVT dependencies on PO_DISTRIBUTIONS_INTERFACE

Line 2361: -- po_distributions_interface table

2357: -- attribute values will be read from
2358: -- po_headers_interface table
2359: -- 2. valid distribution rows exist in interface table:
2360: -- attribute values will be read from
2361: -- po_distributions_interface table
2362: -- This procedure will handle the first case
2363: --Parameters:
2364: --IN:
2365: --p_headers

Line 2483: -- po_distributions_interface table

2479: -- attribute values will be read from
2480: -- po_headers_interface table
2481: -- 2. valid distribution rows exist in interface table:
2482: -- attribute values will be read from
2483: -- po_distributions_interface table
2484: -- This procedure will handle the second case
2485: --Parameters:
2486: --IN:
2487: --p_dists

Line 2738: FROM po_distributions_interface

2734: p_dists.group_line_id_tbl(i),
2735: p_dists.quantity_funded_tbl(i),
2736: p_dists.amount_funded_tbl(i),
2737: p_dists.clm_misc_loa_tbl(i)
2738: FROM po_distributions_interface
2739: WHERE interface_distribution_id = p_dists.intf_dist_id_tbl(i)
2740: AND p_dists.error_flag_tbl(i) = FND_API.g_FALSE;
2741:
2742: IF (PO_LOG.d_proc) THEN