DBA Data[Home] [Help]

APPS.PO_PDOI_ERR_UTL dependencies on PO_PDOI_PARAMS

Line 830: ( p_context => PO_PDOI_PARAMS.g_request.calling_module,

826: END IF;
827:
828: -- find the message mapping, if it exists
829: PO_MSG_MAPPING_UTL.find_msg
830: ( p_context => PO_PDOI_PARAMS.g_request.calling_module,
831: p_id => p_validation_id,
832: x_msg_exists => x_mapping_exists,
833: x_msg_rec => x_mapped_err_msg
834: );

Line 1118: IF (PO_PDOI_PARAMS.g_request.calling_module =

1114: ELSIF (p_key = PO_MSG_MAPPING_UTL.c_uom_code) THEN
1115: -- bug5619358
1116: -- For Catalog Upload, we need to get the value from
1117: -- UNI_MEAS_LOOKUP_CODE if UOM_CODE is NULL
1118: IF (PO_PDOI_PARAMS.g_request.calling_module =
1119: PO_PDOI_CONSTANTS.g_call_mod_CATALOG_UPLOAD) THEN
1120:
1121: l_value := NVL(p_lines.uom_code_tbl(l_index),
1122: p_lines.unit_of_measure_tbl(l_index));