DBA Data[Home] [Help]

APPS.IGI_DOS_TRX_HEADERS_PKG dependencies on IGI_DOS_TRX_SOURCES

Line 220: INSERT INTO igi_dos_trx_sources_hist

216:
217:
218:
219:
220: INSERT INTO igi_dos_trx_sources_hist
221: (
222: sob_id ,
223: trx_id ,
224: source_trx_id ,

Line 302: from igi_dos_trx_sources

298: quarter_num ,
299: period_year ,
300: period_num ,
301: x_history_trx_id
302: from igi_dos_trx_sources
303: where trx_id = new_references.trx_id;
304:
305: insert into igi_dos_trx_dest_hist
306: (

Line 452: igi_dos_trx_sources_pkg.get_fk_igi_dos_trx_headers (

448: );*/
449: /* sowsubra 06-JUN-2002 end */
450:
451:
452: igi_dos_trx_sources_pkg.get_fk_igi_dos_trx_headers (
453: old_references.trx_id
454: );
455:
456: END check_child_existance;