DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on PO_VALIDATIONS

Line 2339: PO_VALIDATIONS.validate_pdoi

2335:
2336: l_parameter_name_tbl(5) := 'ALLOW_TAX_RATE_OVERRIDE';
2337: l_parameter_value_tbl(5) := PO_PDOI_PARAMS.g_profile.allow_tax_rate_override;
2338:
2339: PO_VALIDATIONS.validate_pdoi
2340: (
2341: p_distributions => l_distributions,
2342: p_parameter_name_tbl => l_parameter_name_tbl,
2343: p_parameter_value_tbl => l_parameter_value_tbl,

Line 2354: IF l_result_type = po_validations.c_result_type_failure THEN

2350: END IF;
2351:
2352: d_position := 20;
2353:
2354: IF l_result_type = po_validations.c_result_type_failure THEN
2355: IF (PO_LOG.d_stmt) THEN
2356: PO_LOG.stmt(d_module, d_position, 'vaidate dists returns');
2357: END IF;
2358:

Line 2375: IF l_result_type = po_validations.c_result_type_fatal THEN

2371: x_dists => x_dists
2372: );
2373: END IF;
2374:
2375: IF l_result_type = po_validations.c_result_type_fatal THEN
2376: IF (PO_LOG.d_stmt) THEN
2377: PO_LOG.stmt(d_module, d_position, 'vaidate dists return fatal');
2378: END IF;
2379:

Line 4560: IF x_results.result_type(i) = po_validations.c_result_type_failure THEN

4556:
4557: d_position := 10;
4558:
4559: FOR i IN 1 .. x_results.entity_id.COUNT LOOP
4560: IF x_results.result_type(i) = po_validations.c_result_type_failure THEN
4561: IF (PO_LOG.d_stmt) THEN
4562: PO_LOG.stmt(d_module, d_position, 'error on index',
4563: l_index_tbl(x_results.entity_id(i)));
4564: END IF;