DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on PO_VALIDATIONS

Line 1077: PO_VALIDATIONS.validate_pdoi

1073: l_parameter_value_tbl(4) := PO_PDOI_PARAMS.g_profile.allow_tax_code_override;
1074: l_parameter_name_tbl(5) := 'INVENTORY_ORG_ID';
1075: l_parameter_value_tbl(5) := PO_PDOI_PARAMS.g_sys.def_inv_org_id; -- bug5601416
1076:
1077: PO_VALIDATIONS.validate_pdoi
1078: (
1079: p_line_locations => l_line_locations,
1080: p_doc_type => PO_PDOI_PARAMS.g_request.document_type,
1081: p_parameter_name_tbl => l_parameter_name_tbl,

Line 1089: IF l_result_type = po_validations.c_result_type_failure THEN

1085: );
1086:
1087: d_position := 20;
1088:
1089: IF l_result_type = po_validations.c_result_type_failure THEN
1090:
1091: IF (PO_LOG.d_stmt) THEN
1092: PO_LOG.stmt(d_module, d_position, 'vaidate line locs return failure');
1093: END IF;

Line 1111: IF l_result_type = po_validations.c_result_type_fatal THEN

1107: x_line_locs => x_line_locs
1108: );
1109: END IF;
1110:
1111: IF l_result_type = po_validations.c_result_type_fatal THEN
1112: IF (PO_LOG.d_stmt) THEN
1113: PO_LOG.stmt(d_module, d_position, 'vaidate line locs return fatal');
1114: END IF;
1115:

Line 3364: ELSIF (x_results.result_type(i) = po_validations.c_result_type_failure) THEN

3360: l_remove_err_line_loc_tbl.EXTEND;
3361: l_remove_err_line_tbl(l_remove_err_line_tbl.COUNT) := x_line_locs.intf_line_id_tbl(l_index);
3362: l_remove_err_line_loc_tbl(l_remove_err_line_loc_tbl.COUNT) := x_line_locs.intf_line_loc_id_tbl(l_index);
3363: END IF;
3364: ELSIF (x_results.result_type(i) = po_validations.c_result_type_failure) THEN
3365: d_position := 40;
3366:
3367: IF (PO_LOG.d_stmt) THEN
3368: PO_LOG.stmt(d_module, d_position, 'set error on index', l_index);