DBA Data[Home] [Help]

APPS.INL_MATCH_GRP dependencies on INL_MATCH_AMOUNTS_INT

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;

Line 353: INSERT INTO inl_match_amounts_int(

349: IF l_group_id IS NULL then
350: l_group_id := l_match_amount_int_id;
351: END IF;
352:
353: INSERT INTO inl_match_amounts_int(
354: match_amount_int_id , /* 01 */
355: group_id , /* 02 */
356: processing_status_code , /* 03 */
357: transaction_type , /* 04 */