DBA Data[Home] [Help]

APPS.IGF_SE_GEN_001 dependencies on IGF_AW_GEN

Line 802: --tsailaja 15/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);

798: --
799: -- Known limitations/enhancements and/or remarks:
800: -- Change History:
801: -- Who When What
802: --tsailaja 15/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
803: --veramach July 2004 FA 151(HR integration) Added a new dummy parameter
804: --rasahoo 25/Aug/2003 #3101894 If the procedur is called from legacy process
805: -- and VISA details are not provided by the context person
806: -- It will create work authorization giving warning.

Line 878: igf_aw_gen.set_org_id(NULL);

874:
875: lb_rec_found BOOLEAN := FALSE;
876:
877: BEGIN
878: igf_aw_gen.set_org_id(NULL);
879: -- capture the variables
880: l_awd_cal_type := LTRIM(RTRIM(SUBSTR(p_awd_cal,1,10)));
881: l_awd_seq_no := TO_NUMBER(SUBSTR(p_awd_cal,11));
882:

Line 979: --tsailaja 15/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);

975: --
976: --Known limitations/enhancements and/or remarks:
977: --Change History:
978: --Who When What
979: --tsailaja 15/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
980: --brajendr 12-Jun-2002 Modified the log messages
981: -- Added check to by pass the validation of not null columns
982: -------------------------------------------------------------------------------------
983:

Line 1085: igf_aw_gen.set_org_id(NULL);

1081: END update_record;
1082:
1083: -- begin main procedure
1084: BEGIN
1085: igf_aw_gen.set_org_id(NULL);
1086:
1087: l_batch_id := p_batch_id ;
1088: l_auth_id := p_auth_id;
1089: l_level := p_level;