DBA Data[Home] [Help]

APPS.IGF_AP_LG_COA_IMP dependencies on IGF_AW_GEN

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

427: || Purpose : Main - called from submitted request
428: || Known limitations, enhancements or remarks :
429: || Change History :
430: || Who When What
431: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
432: || (reverse chronological order - newest change first)
433: */
434:
435: l_prof_set VARCHAR2(1) ;

Line 541: igf_aw_gen.set_org_id(NULL);

537:
538: l_old_item igf_aw_coa_items.item_code%TYPE;
539:
540: BEGIN
541: igf_aw_gen.set_org_id(NULL);
542: errbuf := NULL;
543: retcode := 0;
544: l_prof_set := 'N' ;
545: l_error := igf_ap_gen.get_lookup_meaning('IGF_AW_LOOKUPS_MSG','ERROR');

Line 671: igf_aw_gen_003.updating_coa_in_fa_base(l_fa_base_id);

667: COMMIT ;
668: g_skip_person := TRUE ;
669: ELSE
670:
671: igf_aw_gen_003.updating_coa_in_fa_base(l_fa_base_id);
672:
673: -- ELSE do the terms match check ...
674: -- This particular terms match check has to happen after the insertion of individual records
675: IF g_award_year_status = 'O' THEN

Line 1105: igf_aw_gen_003.updating_coa_in_fa_base(l_fa_base_id);

1101: COMMIT ;
1102: g_skip_person := TRUE ;
1103: ELSE
1104:
1105: igf_aw_gen_003.updating_coa_in_fa_base(l_fa_base_id);
1106:
1107: -- ELSE do the terms match check ...
1108: -- This particular terms match check has to happen after the insertion of individual records
1109: IF g_award_year_status = 'O' THEN