DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on PO_PDOI_MAINPROC_UTL_PVT

Line 1183: PO_PDOI_MAINPROC_UTL_PVT.get_quotation_class_code

1179: NVL(x_headers.doc_subtype_tbl(i), PO_PDOI_PARAMS.g_request.document_subtype);
1180:
1181: -- set quotation_class_code
1182: x_headers.quotation_class_code_tbl(i) :=
1183: PO_PDOI_MAINPROC_UTL_PVT.get_quotation_class_code
1184: (
1185: x_headers.doc_subtype_tbl(i)
1186: );
1187:

Line 1483: PO_PDOI_MAINPROC_UTL_PVT.default_who_columns

1479:
1480: d_position := 190;
1481:
1482: -- call utility method to default standard who columns
1483: PO_PDOI_MAINPROC_UTL_PVT.default_who_columns
1484: (
1485: x_last_update_date_tbl => x_headers.last_update_date_tbl,
1486: x_last_updated_by_tbl => x_headers.last_updated_by_tbl,
1487: x_last_update_login_tbl => x_headers.last_update_login_tbl,

Line 3069: x_headers.po_dist_id_tbl(i) := PO_PDOI_MAINPROC_UTL_PVT.get_next_dist_id;

3065: PO_LOG.stmt(d_module, d_position, 'index', i);
3066: END IF;
3067:
3068: -- default po_distribution_id
3069: x_headers.po_dist_id_tbl(i) := PO_PDOI_MAINPROC_UTL_PVT.get_next_dist_id;
3070:
3071: IF (PO_LOG.d_stmt) THEN
3072: PO_LOG.stmt(d_module, d_position, 'new dist id', x_headers.po_dist_id_tbl(i));
3073: END IF;