DBA Data[Home] [Help]

APPS.IGF_AP_MK_PROF_ACT_PKG dependencies on IGF_AW_GEN

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

33: || Legacy Make Active Profile Interface Table .
34: || Known limitations, enhancements or remarks :
35: || Change History :
36: || Who When What
37: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
38: || (reverse chronological order - newest change first)
39: */
40: l_proc_item_str VARCHAR2(50) := NULL;
41: l_message_str VARCHAR2(800) := NULL;

Line 501: igf_aw_gen.set_org_id(NULL);

497:
498: l_old_act_prof c_old_act_prof%ROWTYPE;
499:
500: BEGIN
501: igf_aw_gen.set_org_id(NULL);
502: errbuf := NULL;
503: retcode := 0;
504: l_cal_type := LTRIM(RTRIM(SUBSTR(p_award_year,1,10)));
505: l_seq_number := TO_NUMBER(SUBSTR(p_award_year,11));