DBA Data[Home] [Help]

APPS.PO_VALIDATION_RESULTS_TYPE dependencies on PO_VALIDATIONS

Line 234: RESULT_TYPE(l_count) := NVL(p_result_type,PO_VALIDATIONS.c_result_type_FAILURE);

230: SELF.extend();
231:
232: l_count := result_type.COUNT();
233: VALIDATION_ID(l_count) := p_validation_id;
234: RESULT_TYPE(l_count) := NVL(p_result_type,PO_VALIDATIONS.c_result_type_FAILURE);
235: ENTITY_TYPE(L_COUNT) := p_entity_type;
236: ENTITY_ID(L_COUNT) := p_entity_id;
237: ENTITY_INTERFACE_ID(L_COUNT) := p_entity_interface_id;
238: COLUMN_NAME(L_COUNT) := p_column_name;

Line 276: SELF.result_type(l_count) := NVL(p_results.result_type(i),PO_VALIDATIONS.c_result_type_FAILURE);

272:
273: SELF.extend();
274: l_count := l_count + 1;
275: SELF.validation_id(l_count) := p_results.validation_id(i);
276: SELF.result_type(l_count) := NVL(p_results.result_type(i),PO_VALIDATIONS.c_result_type_FAILURE);
277: SELF.entity_type(l_count) := p_results.entity_type(i);
278: SELF.ENTITY_ID(l_count) := p_results.entity_id(i);
279: SELF.ENTITY_INTERFACE_ID(l_count) := p_results.entity_interface_id(i);
280: SELF.COLUMN_NAME(l_count) := p_results.column_name(i);