DBA Data[Home] [Help]

APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on IGF_AW_GEN

Line 5932: igf_aw_gen.set_org_id(NULL);

5928: c_get_person_id_rec c_get_person_id%ROWTYPE;
5929: l_value BOOLEAN;
5930:
5931: BEGIN
5932: igf_aw_gen.set_org_id(NULL);
5933: IF NVL(p_css_import,'N') = 'Y' THEN
5934: l_css_log := 'Y' ;
5935: ELSE
5936: l_css_log := 'N' ;

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

6224: Purpose : To Import legscy CSS PROFILE record
6225: Known Limitations,Enhancements or Remarks
6226: Change History :
6227: Who When What
6228: tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
6229: ***************************************************************/
6230: BEGIN
6231: igf_aw_gen.set_org_id(NULL);
6232: -- Make a call to the Legacy Profile Import Process

Line 6231: igf_aw_gen.set_org_id(NULL);

6227: Who When What
6228: tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
6229: ***************************************************************/
6230: BEGIN
6231: igf_aw_gen.set_org_id(NULL);
6232: -- Make a call to the Legacy Profile Import Process
6233: main(errbuf,retcode,p_award_year,NULL,'N','Y');
6234: END css_import;
6235: