DBA Data[Home] [Help]

APPS.QA_WEB_TXN_API dependencies on QLTCOMPB

Line 115: IF (qltcompb.compare(p_context_table(l_char_id),

111: null; -- null collection trigger. Plan applies
112: ELSE
113: -- watch out for exceptions while accessing
114: -- p_context_table below
115: IF (qltcompb.compare(p_context_table(l_char_id),
116: l_operator, coll_trigg_tab(i).low_value,
117: coll_trigg_tab(i).high_value, l_datatype)) THEN
118: plan_is_applicable := TRUE;
119: ELSE

Line 121: END IF; --end qltcompb

117: coll_trigg_tab(i).high_value, l_datatype)) THEN
118: plan_is_applicable := TRUE;
119: ELSE
120: plan_is_applicable := FALSE;
121: END IF; --end qltcompb
122: END IF; -- end l_operator and l_datatype null
123:
124: END IF; -- end Check plan applicable is true
125:

Line 290: IF (qltcompb.compare( p_context_table(l_char_id),

286: -- null collection trigger. Plan applies
287: ELSE
288: -- WATCH OUT FOR EXCEPTIONS while
289: -- accessing Ctx table below
290: IF (qltcompb.compare( p_context_table(l_char_id),
291: l_operator, coll_trigg_tab(i).Low_value,
292: coll_trigg_tab(i).High_Value,l_datatype)) THEN
293: plan_is_applicable := TRUE;
294: ELSE

Line 296: END IF; --end qltcompb

292: coll_trigg_tab(i).High_Value,l_datatype)) THEN
293: plan_is_applicable := TRUE;
294: ELSE
295: plan_is_applicable := FALSE;
296: END IF; --end qltcompb
297: END IF; -- end l_operator and l_datatype null
298: END IF; -- end Check plan applicable is true
299:
300: i := i+1;