DBA Data[Home] [Help]

APPS.QA_SS_CORE dependencies on QLTCOMPB

Line 3516: IF (qltcompb.compare( Ctx(l_char_id),

3512: -- null collection trigger. Plan applies
3513: ELSE
3514: -- WATCH OUT FOR EXCEPTIONS while
3515: -- accessing Ctx table below
3516: IF (qltcompb.compare( Ctx(l_char_id),
3517: l_operator,
3518: coll_trigg_tab(i).Low_value,
3519: coll_trigg_tab(i).High_Value,
3520: l_datatype) )

Line 3526: END IF; --end qltcompb

3522: THEN
3523: plan_is_applicable := TRUE;
3524: ELSE
3525: plan_is_applicable := FALSE;
3526: END IF; --end qltcompb
3527: END IF; -- end l_operator and l_datatype null
3528: END IF; -- end Check plan applicable is true
3529:
3530: i := i+1;

Line 4528: IF (qltcompb.compare( Ctx(l_char_id),

4524: -- null collection trigger. Plan applies
4525: ELSE
4526: -- WATCH OUT FOR EXCEPTIONS while
4527: -- accessing Ctx table below
4528: IF (qltcompb.compare( Ctx(l_char_id),
4529: l_operator,
4530: coll_trigg_tab(i).Low_value,
4531: coll_trigg_tab(i).High_Value,
4532: l_datatype) )

Line 4538: END IF; --end qltcompb

4534: THEN
4535: plan_is_applicable := TRUE;
4536: ELSE
4537: plan_is_applicable := FALSE;
4538: END IF; --end qltcompb
4539: END IF; -- end l_operator and l_datatype null
4540: END IF; -- end Check plan applicable is true
4541:
4542: i := i+1;