DBA Data[Home] [Help]

APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_AW_GEN

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

3112: || Purpose : This procedure is to import legacy data.
3113: || Known limitations, enhancements or remarks :
3114: || Change History :
3115: || Who When What
3116: || tsailaja 15/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
3117: || bvisvana 07-July-2005 Bug # 4008991 - IGF_GR_BATCH_DOES_NOT_EXIST replaced by IGF_SL_GR_BATCH_DOES_NO_EXIST
3118: || rasahoo 14-Aug-2003 #3096267 message in log file added
3119: || to indicate when one record successfully get imported.
3120: || (reverse chronological order - newest change first

Line 3345: igf_aw_gen.set_org_id(NULL);

3341:
3342: chk_isir_dtls_rec c_chk_isir_dtls%ROWTYPE;
3343:
3344: BEGIN
3345: igf_aw_gen.set_org_id(NULL);
3346: errbuf := NULL;
3347: retcode := 0;
3348: l_cal_type := LTRIM(RTRIM(SUBSTR(p_awd_yr,1,10)));
3349: l_seq_number := TO_NUMBER(SUBSTR(p_awd_yr,11));