DBA Data[Home] [Help]

APPS.PO_VAL_LINES2 dependencies on PO_VALIDATION_HELPER

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

1834: END IF;
1835:
1836: x_result_type := po_validations.c_result_type_success;
1837: -- validate ip_category_id is not null
1838: po_validation_helper.not_null(p_calling_module => c_program_pdoi,
1839: p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_ip_category_id_tbl),
1840: p_entity_id_tbl => p_id_tbl,
1841: p_entity_type => c_entity_type_line,
1842: p_column_name => 'IP_CATEGORY_ID',