DBA Data[Home] [Help]

APPS.IGF_AW_LI_IMPORT dependencies on IGF_AW_GEN

Line 3244: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);

3240: Purpose : Main procedure for the legacy awards and disbursements import process.
3241: Known Limitations,Enhancements or Remarks
3242: Change History :
3243: Who When What
3244: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
3245: ***************************************************************/
3246: l_cal_type igs_ca_inst.cal_type%TYPE;
3247: l_seq_number igs_ca_inst.sequence_number%TYPE;
3248:

Line 3335: igf_aw_gen.set_org_id(NULL);

3331: END del_or_upd_int_records;
3332:
3333:
3334: BEGIN
3335: igf_aw_gen.set_org_id(NULL);
3336:
3337: -- begin of procedure main
3338: -- Obtain cal_type and sequence number from the Parameter p_award_year
3339: g_debug_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;