DBA Data[Home] [Help]

APPS.IGF_AP_MK_ISIR_ACT_PKG dependencies on IGF_AW_GEN

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

182: || Legacy Make Active ISIR Interface Table .
183: || Known limitations, enhancements or remarks :
184: || Change History :
185: || Who When What
186: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
187: || (reverse chronological order - newest change first)
188: */
189: l_proc_item_str VARCHAR2(50) := NULL;
190: l_message_str VARCHAR2(800) := NULL;

Line 931: igf_aw_gen.set_org_id(NULL);

927:
928: l_old_act_isir c_old_act_isir%ROWTYPE;
929:
930: BEGIN
931: igf_aw_gen.set_org_id(NULL);
932: errbuf := NULL;
933: retcode := 0;
934: l_cal_type := LTRIM(RTRIM(SUBSTR(p_award_year,1,10)));
935: l_seq_number := TO_NUMBER(SUBSTR(p_award_year,11));