DBA Data[Home] [Help]

APPS.QA_WEB_TXN_API dependencies on QLTCOMPB

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

118: null; -- null collection trigger. Plan applies
119: ELSE
120: -- watch out for exceptions while accessing
121: -- p_context_table below
122: IF (qltcompb.compare(p_context_table(l_char_id),
123: l_operator, coll_trigg_tab(i).low_value,
124: coll_trigg_tab(i).high_value, l_datatype)) THEN
125: plan_is_applicable := TRUE;
126: ELSE

Line 128: END IF; --end qltcompb

124: coll_trigg_tab(i).high_value, l_datatype)) THEN
125: plan_is_applicable := TRUE;
126: ELSE
127: plan_is_applicable := FALSE;
128: END IF; --end qltcompb
129: END IF; -- end l_operator and l_datatype null
130:
131: END IF; -- end Check plan applicable is true
132:

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

293: -- null collection trigger. Plan applies
294: ELSE
295: -- WATCH OUT FOR EXCEPTIONS while
296: -- accessing Ctx table below
297: IF (qltcompb.compare( p_context_table(l_char_id),
298: l_operator, coll_trigg_tab(i).Low_value,
299: coll_trigg_tab(i).High_Value,l_datatype)) THEN
300: plan_is_applicable := TRUE;
301: ELSE

Line 303: END IF; --end qltcompb

299: coll_trigg_tab(i).High_Value,l_datatype)) THEN
300: plan_is_applicable := TRUE;
301: ELSE
302: plan_is_applicable := FALSE;
303: END IF; --end qltcompb
304: END IF; -- end l_operator and l_datatype null
305: END IF; -- end Check plan applicable is true
306:
307: i := i+1;