DBA Data[Home] [Help]

APPS.PO_VAL_LINES2 dependencies on PO_VALIDATION_HELPER

Line 1829: po_validation_helper.not_null(p_calling_module => c_program_pdoi,

1825: END IF;
1826:
1827: x_result_type := po_validations.c_result_type_success;
1828: -- validate ip_category_id is not null
1829: po_validation_helper.not_null(p_calling_module => c_program_pdoi,
1830: p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_ip_category_id_tbl),
1831: p_entity_id_tbl => p_id_tbl,
1832: p_entity_type => c_entity_type_line,
1833: p_column_name => 'IP_CATEGORY_ID',