DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_PKG dependencies on QLTCOMPB

Line 435: IF( QLTCOMPB.compare(p_criteria_array(l_char_id).value,

431: -- with the criteria for the same element in qa_pc_criteria
432:
433: IF (p_criteria_array.EXISTS(l_char_id)) THEN
434:
435: IF( QLTCOMPB.compare(p_criteria_array(l_char_id).value,
436: l_operator,l_low_value,
437: l_high_value,l_datatype)) THEN
438:
439: l_ret_value := 'T';