DBA Data[Home] [Help]

APPS.IGF_GR_ESS_ESD_DATA dependencies on IGF_GR_ELEC_STAT_DET

Line 7: Purpose : To Load the data into IGF_GR_ELEC_STAT_SUM and IGF_GR_ELEC_STAT_DET tables

3:
4: /***************************************************************
5: Created By : adhawan
6: Date Created By : 2000/12/20
7: Purpose : To Load the data into IGF_GR_ELEC_STAT_SUM and IGF_GR_ELEC_STAT_DET tables
8:
9: Known Limitations,Enhancements or Remarks
10: Change History :
11: Who When What

Line 125: p_esd_rec OUT NOCOPY igf_gr_elec_stat_det%ROWTYPE )

121: END split_ess_fields;
122:
123:
124: PROCEDURE split_esd_fields ( p_record_data IN igf_gr_load_file_t.record_data%TYPE,
125: p_esd_rec OUT NOCOPY igf_gr_elec_stat_det%ROWTYPE )
126: AS
127: /***************************************************************
128: Created By : avenkatr
129: Date Created By : 2000/12/20

Line 246: PROCEDURE insert_in_esd_table ( p_esd_rec IN igf_gr_elec_stat_det%ROWTYPE )

242:
243: END insert_in_ess_table;
244:
245:
246: PROCEDURE insert_in_esd_table ( p_esd_rec IN igf_gr_elec_stat_det%ROWTYPE )
247: AS
248: /***************************************************************
249: Created By : avenkatr
250: Date Created By : 2000/12/19

Line 263: igf_gr_elec_stat_det_pkg.insert_row (

259: lv_esd_id NUMBER;
260:
261: BEGIN
262:
263: igf_gr_elec_stat_det_pkg.insert_row (
264: x_mode => 'R',
265: x_rowid => lv_rowid,
266: x_esd_id => lv_esd_id,
267: x_rep_pell_id => p_esd_rec.rep_pell_id,

Line 496: lv_esd_row igf_gr_elec_stat_det%ROWTYPE;

492: ORDER BY
493: gldr_id;
494:
495: esd_rec_data c_esd_data%ROWTYPE;
496: lv_esd_row igf_gr_elec_stat_det%ROWTYPE;
497:
498: BEGIN
499: --
500: -- Check for the type of data in the Flat File

Line 593: Purpose : To Load the IGF_GR_ELEC_STAT_SUM and IGF_GR_ELEC_STAT_DET table

589: AS
590: /***************************************************************
591: Created By : adhawan
592: Date Created By : 2000/12/20
593: Purpose : To Load the IGF_GR_ELEC_STAT_SUM and IGF_GR_ELEC_STAT_DET table
594:
595: Known Limitations,Enhancements or Remarks
596: Change History :
597: Who When What

Line 693: Purpose : To Load the IGF_GR_ELEC_STAT_SUM and IGF_GR_ELEC_STAT_DET table

689: AS
690: /***************************************************************
691: Created By : adhawan
692: Date Created By : 2000/12/20
693: Purpose : To Load the IGF_GR_ELEC_STAT_SUM and IGF_GR_ELEC_STAT_DET table
694:
695: Known Limitations,Enhancements or Remarks
696: Change History :
697: Who When What