DBA Data[Home] [Help]

APPS.INL_MATCH_GRP dependencies on INL_MATCH_AMOUNTS_INT_S

Line 346: SELECT inl_match_amounts_int_s.nextval

342: p_debug_info => l_debug_info
343: );
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;