DBA Data[Home] [Help]

APPS.INL_MATCH_GRP dependencies on DUAL

Line 72: FROM dual;

68: IF NVL(p_matches_int_tbl.LAST,0) > 0 THEN
69: FOR i IN NVL(p_matches_int_tbl.FIRST,0)..NVL(p_matches_int_tbl.LAST,0) LOOP
70: SELECT inl_matches_int_s.NEXTVAL
71: INTO p_matches_int_tbl(i).match_int_id
72: FROM dual;
73: IF l_group_id IS NULL then
74: l_group_id := p_matches_int_tbl(i).match_int_id;
75: END IF;
76:

Line 348: FROM dual;

344:
345: FOR c_amounts_rec IN c_amounts LOOP
346: SELECT inl_match_amounts_int_s.nextval
347: INTO l_match_amount_int_id
348: FROM dual;
349: IF l_group_id IS NULL then
350: l_group_id := l_match_amount_int_id;
351: END IF;
352: