DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on PO_PDOI_MAINPROC_UTL_PVT

Line 1640: PO_PDOI_MAINPROC_UTL_PVT.get_next_dist_num(x_dists.loc_line_loc_id_tbl(i));

1636: -- default distribution_num
1637: IF (x_dists.dist_num_tbl(i) IS NULL OR
1638: x_dists.dist_num_unique_tbl(i) = FND_API.g_FALSE) THEN
1639: x_dists.dist_num_tbl(i) :=
1640: PO_PDOI_MAINPROC_UTL_PVT.get_next_dist_num(x_dists.loc_line_loc_id_tbl(i));
1641: END IF;
1642:
1643: -- set distribution_id
1644: x_dists.po_dist_id_tbl(i) :=

Line 1645: PO_PDOI_MAINPROC_UTL_PVT.get_next_dist_id;

1641: END IF;
1642:
1643: -- set distribution_id
1644: x_dists.po_dist_id_tbl(i) :=
1645: PO_PDOI_MAINPROC_UTL_PVT.get_next_dist_id;
1646:
1647: /* bug <8565566> Need to re-initialize the following boolean values for each distributions record comes for processing
1648: */
1649: l_charge_success := TRUE;

Line 2202: PO_PDOI_MAINPROC_UTL_PVT.default_who_columns

2198:
2199: d_position := 100;
2200:
2201: -- call utility method to default standard who columns
2202: PO_PDOI_MAINPROC_UTL_PVT.default_who_columns
2203: (
2204: x_last_update_date_tbl => x_dists.last_update_date_tbl,
2205: x_last_updated_by_tbl => x_dists.last_updated_by_tbl,
2206: x_last_update_login_tbl => x_dists.last_update_login_tbl,