DBA Data[Home] [Help]

APPS.IGF_AP_LI_ISIR_IMP_PROC dependencies on IGF_AW_GEN

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

5869: Purpose : To Import legscy ISIR record
5870: Known Limitations,Enhancements or Remarks
5871: Change History :
5872: Who When What
5873: tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
5874: veramach 11-Dec-2003 Bug # 3184891 Removed references to igf_ap_gen. write_log and added common logging
5875: bkkumar 05-Aug-2003 Bug# 3025723 Added code to prefix the transaction_num_txt
5876: with '0' if it is of length one.
5877:

Line 6058: igf_aw_gen.set_org_id(NULL);

6054: l_value BOOLEAN ;
6055: l_award_fmly_contribution_type VARCHAR2(1);
6056:
6057: BEGIN
6058: igf_aw_gen.set_org_id(NULL);
6059: g_import_type := p_cps_import;
6060: l_ci_cal_type := LTRIM(RTRIM(SUBSTR(p_award_year,1,10)));
6061: l_ci_sequence_number := TO_NUMBER(SUBSTR(p_award_year,11));
6062: IF NVL(p_cps_import,'N') = 'Y' THEN

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

6488: || Purpose : To Import legscy CPS ISIR record
6489: || Known limitations, enhancements or remarks :
6490: || Change History :
6491: || Who When What
6492: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
6493: || (reverse chronological order - newest change first)
6494: */
6495:
6496: BEGIN

Line 6498: igf_aw_gen.set_org_id(NULL);

6494: */
6495:
6496: BEGIN
6497: -- Make a call to the Legacy Import Process
6498: igf_aw_gen.set_org_id(NULL);
6499: main ( errbuf => ERRBUF,
6500: retcode => RETCODE,
6501: p_award_year => p_award_year,
6502: p_batch_id => NULL,