DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on STANDARD

Line 328: -- standard who columns

324: intf_dists.attribute13,
325: intf_dists.attribute14,
326: intf_dists.attribute15,
327:
328: -- standard who columns
329: intf_dists.last_updated_by,
330: intf_dists.last_update_date,
331: intf_dists.last_update_login,
332: intf_dists.creation_date,

Line 587: -- standard who columns

583: x_dists.dist_attribute13_tbl,
584: x_dists.dist_attribute14_tbl,
585: x_dists.dist_attribute15_tbl,
586:
587: -- standard who columns
588: x_dists.last_updated_by_tbl,
589: x_dists.last_update_date_tbl,
590: x_dists.last_update_login_tbl,
591: x_dists.creation_date_tbl,

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

2065: END IF;
2066:
2067: d_position := 100;
2068:
2069: -- call utility method to default standard who columns
2070: PO_PDOI_MAINPROC_UTL_PVT.default_who_columns
2071: (
2072: x_last_update_date_tbl => x_dists.last_update_date_tbl,
2073: x_last_updated_by_tbl => x_dists.last_updated_by_tbl,