DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on PO_PDOI_MAINPROC_UTL_PVT

Line 1658: PO_PDOI_MAINPROC_UTL_PVT.get_quotation_class_code

1654: NVL(x_headers.doc_subtype_tbl(i), PO_PDOI_PARAMS.g_request.document_subtype);
1655:
1656: -- set quotation_class_code
1657: x_headers.quotation_class_code_tbl(i) :=
1658: PO_PDOI_MAINPROC_UTL_PVT.get_quotation_class_code
1659: (
1660: x_headers.doc_subtype_tbl(i)
1661: );
1662:

Line 1966: PO_PDOI_MAINPROC_UTL_PVT.default_who_columns

1962:
1963: d_position := 190;
1964:
1965: -- call utility method to default standard who columns
1966: PO_PDOI_MAINPROC_UTL_PVT.default_who_columns
1967: (
1968: x_last_update_date_tbl => x_headers.last_update_date_tbl,
1969: x_last_updated_by_tbl => x_headers.last_updated_by_tbl,
1970: x_last_update_login_tbl => x_headers.last_update_login_tbl,

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

3577: PO_LOG.stmt(d_module, d_position, 'index', i);
3578: END IF;
3579:
3580: -- default po_distribution_id
3581: x_headers.po_dist_id_tbl(i) := PO_PDOI_MAINPROC_UTL_PVT.get_next_dist_id;
3582:
3583: IF (PO_LOG.d_stmt) THEN
3584: PO_LOG.stmt(d_module, d_position, 'new dist id', x_headers.po_dist_id_tbl(i));
3585: END IF;