DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on PO_VALIDATIONS

Line 974: PO_VALIDATIONS.validate_pdoi

970: l_parameter_value_tbl(4) := PO_PDOI_PARAMS.g_profile.allow_tax_code_override;
971: l_parameter_name_tbl(5) := 'INVENTORY_ORG_ID';
972: l_parameter_value_tbl(5) := PO_PDOI_PARAMS.g_sys.def_inv_org_id; -- bug5601416
973:
974: PO_VALIDATIONS.validate_pdoi
975: (
976: p_line_locations => l_line_locations,
977: p_doc_type => PO_PDOI_PARAMS.g_request.document_type,
978: p_parameter_name_tbl => l_parameter_name_tbl,

Line 986: IF l_result_type = po_validations.c_result_type_failure THEN

982: );
983:
984: d_position := 20;
985:
986: IF l_result_type = po_validations.c_result_type_failure THEN
987:
988: IF (PO_LOG.d_stmt) THEN
989: PO_LOG.stmt(d_module, d_position, 'vaidate line locs return failure');
990: END IF;

Line 1008: IF l_result_type = po_validations.c_result_type_fatal THEN

1004: x_line_locs => x_line_locs
1005: );
1006: END IF;
1007:
1008: IF l_result_type = po_validations.c_result_type_fatal THEN
1009: IF (PO_LOG.d_stmt) THEN
1010: PO_LOG.stmt(d_module, d_position, 'vaidate line locs return fatal');
1011: END IF;
1012:

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

3142: l_remove_err_line_loc_tbl.EXTEND;
3143: l_remove_err_line_tbl(l_remove_err_line_tbl.COUNT) := x_line_locs.intf_line_id_tbl(l_index);
3144: l_remove_err_line_loc_tbl(l_remove_err_line_loc_tbl.COUNT) := x_line_locs.intf_line_loc_id_tbl(l_index);
3145: END IF;
3146: ELSIF (x_results.result_type(i) = po_validations.c_result_type_failure) THEN
3147: d_position := 40;
3148:
3149: IF (PO_LOG.d_stmt) THEN
3150: PO_LOG.stmt(d_module, d_position, 'set error on index', l_index);