DBA Data[Home] [Help]

APPS.IGF_AP_LI_BASE_REC_IMPORT dependencies on IGF_AW_GEN

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

36: || Change History :
37: || Who When What
38: || ridas 14-Feb-2006 Bug #5021084. Removed trunc function from
39: || cursor SSN_CUR.
40: || tsailaja 13/Jan/2006 Bug 4947880 Added invocation of igf_aw_gen.set_org_id(NULL);
41: || rajagupt 06-Oct-2005 Bug#4068548 - added a new cursor ssn_cur
42: || asbala 19-nov-2003 3026594: FA128 - ISIR Federal Updates 04- 05,
43: || modified signature of igf_ap_isir_matched_pkg
44: || ugummall 25-SEP-2003 FA 126 Multiple FA Offices

Line 296: igf_aw_gen.set_org_id(NULL);

292: rec_ssn_cur ssn_cur%ROWTYPE;
293: lv_profile_value VARCHAR2(20);
294:
295: BEGIN
296: igf_aw_gen.set_org_id(NULL);
297: errbuf := NULL;
298: retcode := 0;
299: l_cal_type := LTRIM(RTRIM(SUBSTR(p_award_year,1,10)));
300: l_seq_number := TO_NUMBER(SUBSTR(p_award_year,11));