DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on PO_VALIDATIONS

Line 2195: PO_VALIDATIONS.validate_pdoi

2191:
2192: l_parameter_name_tbl(5) := 'ALLOW_TAX_RATE_OVERRIDE';
2193: l_parameter_value_tbl(5) := PO_PDOI_PARAMS.g_profile.allow_tax_rate_override;
2194:
2195: PO_VALIDATIONS.validate_pdoi
2196: (
2197: p_distributions => l_distributions,
2198: p_parameter_name_tbl => l_parameter_name_tbl,
2199: p_parameter_value_tbl => l_parameter_value_tbl,

Line 2206: IF l_result_type = po_validations.c_result_type_failure THEN

2202: );
2203:
2204: d_position := 20;
2205:
2206: IF l_result_type = po_validations.c_result_type_failure THEN
2207: IF (PO_LOG.d_stmt) THEN
2208: PO_LOG.stmt(d_module, d_position, 'vaidate dists return failure');
2209: END IF;
2210:

Line 2227: IF l_result_type = po_validations.c_result_type_fatal THEN

2223: x_dists => x_dists
2224: );
2225: END IF;
2226:
2227: IF l_result_type = po_validations.c_result_type_fatal THEN
2228: IF (PO_LOG.d_stmt) THEN
2229: PO_LOG.stmt(d_module, d_position, 'vaidate dists return fatal');
2230: END IF;
2231:

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

4365:
4366: d_position := 10;
4367:
4368: FOR i IN 1 .. x_results.entity_id.COUNT LOOP
4369: IF x_results.result_type(i) = po_validations.c_result_type_failure THEN
4370: IF (PO_LOG.d_stmt) THEN
4371: PO_LOG.stmt(d_module, d_position, 'error on index',
4372: l_index_tbl(x_results.entity_id(i)));
4373: END IF;