DBA Data[Home] [Help]

APPS.IGF_AW_FISAP_PKG dependencies on IGF_AW_FISAP_REP_PKG

Line 614: igf_aw_fisap_rep_pkg.delete_row(rec_fisap_rep.row_id);

610: LOOP
611: -- delete from the child(reporting) table
612: FOR rec_fisap_rep IN cur_fisap_rep(rec_fisap_batch.batch_id)
613: LOOP
614: igf_aw_fisap_rep_pkg.delete_row(rec_fisap_rep.row_id);
615: END LOOP;
616:
617: -- delete from the parent(batch) table
618: igf_aw_fisap_batch_pkg.delete_row(rec_fisap_batch.row_id);

Line 703: igf_aw_fisap_rep_pkg.insert_row (

699: -- INSERT this record into the IGF_AW_FISAP_REP table
700: -- call table handler to insert the record with the above calculated
701: -- attributes and collect the primary key fisap_dtls_id which may be
702: -- used in Part VI for updating record with Part VI information.
703: igf_aw_fisap_rep_pkg.insert_row (
704: x_rowid => lv_rep_rowid,
705: x_fisap_dtls_id => ln_fisap_dtls_id,
706: x_batch_id => ln_batch_id,
707: x_isir_id => ln_isir_id,

Line 766: igf_aw_fisap_rep_pkg.add_row (

762: );
763: END IF;
764:
765: -- UPDATE/INSERT this record into the IGF_AW_FISAP_REP table
766: igf_aw_fisap_rep_pkg.add_row (
767: x_rowid => lv_rep_rowid,
768: x_fisap_dtls_id => ln_fisap_dtls_id,
769: x_batch_id => ln_batch_id,
770: x_isir_id => ln_isir_id,