DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on STANDARD

Line 337: -- standard who columns

333:
334: -- ACRN proj
335: intf_dists.ACRN,
336:
337: -- standard who columns
338: intf_dists.last_updated_by,
339: intf_dists.last_update_date,
340: intf_dists.last_update_login,
341: intf_dists.creation_date,

Line 616: -- standard who columns

612:
613: -- ACRN proj
614: x_dists.ACRN_tbl,
615:
616: -- standard who columns
617: x_dists.last_updated_by_tbl,
618: x_dists.last_update_date_tbl,
619: x_dists.last_update_login_tbl,
620: x_dists.creation_date_tbl,

Line 2201: -- call utility method to default standard who columns

2197: END IF;
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,