DBA Data[Home] [Help]

APPS.IGIRRPI dependencies on IGI_RPI_STANDING_CHARGES

Line 145: , igi_rpi_standing_charges sc

141: /*5905216*/
142: , sc.org_id
143: , sc.legal_entity_id
144: FROM gl_sets_of_books sob
145: , igi_rpi_standing_charges sc
146: , ar_system_parameters sp
147: , ra_batch_sources bs
148: , ra_cust_trx_types ct
149: , hz_cust_accounts ca

Line 2318: Update igi_rpi_standing_charges

2314: , g_raid_table
2315: );
2316:
2317: IF l_line_count <> 0 and l_debug_mode <> 'Y' THEN
2318: Update igi_rpi_standing_charges
2319: set generate_sequence = l_run_sequence
2320: , date_synchronized_flag = 'N'
2321: where standing_charge_id = std_rec.standing_charge_id
2322: and set_of_books_id = std_rec.set_of_books_id;