DBA Data[Home] [Help]

APPS.IGF_AW_FISAP_PKG dependencies on IGF_AW_FISAP_BATCH_PKG

Line 618: igf_aw_fisap_batch_pkg.delete_row(rec_fisap_batch.row_id);

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);
619: END LOOP;
620: END IF;
621: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
622: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_dl_gen_xml.main.debug','after deleting previous batches');

Line 688: igf_aw_fisap_batch_pkg.insert_row (

684: IF ln_batch_id IS NULL THEN
685: -- Insert batch record into IGF_AW_FISAP_BATCH table
686: -- ONLY ONCE in the entire process and collect the
687: -- primary key batch_id into lv_batch_id.
688: igf_aw_fisap_batch_pkg.insert_row (
689: x_rowid => lv_batch_rowid,
690: x_batch_id => ln_batch_id,
691: x_ci_cal_type => lv_cal_type,
692: x_ci_sequence_number => ln_seq_number,

Line 754: igf_aw_fisap_batch_pkg.insert_row (

750: IF ln_batch_id IS NULL THEN
751: -- Insert batch record into IGF_AW_FISAP_BATCH table
752: -- ONLY ONCE in the entire process and collect the
753: -- primary key batch_id into lv_batch_id.
754: igf_aw_fisap_batch_pkg.insert_row (
755: x_rowid => lv_batch_rowid,
756: x_batch_id => ln_batch_id,
757: x_ci_cal_type => lv_cal_type,
758: x_ci_sequence_number => ln_seq_number,