DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_AW_GEN

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

2475: || Purpose : Main process imports the Pell data from the Legacy Pell interface table
2476: || Known limitations, enhancements or remarks :
2477: || Change History :
2478: || Who When What
2479: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
2480: || bvisvana 07-July-2005 Bug # 4008991 - IGF_GR_BATCH_DOES_NOT_EXIST replaced by IGF_SL_GR_BATCH_DOES_NO_EXIST
2481: || (reverse chronological order - newest change first)
2482: */
2483:

Line 2563: igf_aw_gen.set_org_id(NULL);

2559:
2560:
2561:
2562: BEGIN
2563: igf_aw_gen.set_org_id(NULL);
2564: -- Initialize the global variables
2565: g_cal_type := TRIM(SUBSTR(p_award_year,1,10));
2566: g_seq_number := TO_NUMBER(SUBSTR(p_award_year,11));
2567: g_delete_flag := p_delete_flag;