DBA Data[Home] [Help]

APPS.IGS_FI_PRC_SP_FEES dependencies on IGS_GE_GEN_003

Line 994: --abshriva 5-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id

990: -- using igs_ge_date.igsdate().
991: --akandreg 09-Jun-2006 Bug 5107755 - Replaced the cursor c_get_alt_code by cursor c_get_alt_code_desc,
992: -- which queries both alternate code and description so that both of them
993: -- can be logged into the log file.
994: --abshriva 5-May-2006 Bug 5178077: Introduced igs_ge_gen_003.set_org_id
995: -------------------------------------------------------------------
996: TYPE person_grp_ref_cur_type IS REF CURSOR;
997: c_ref_person_grp person_grp_ref_cur_type;
998:

Line 1033: igs_ge_gen_003.set_org_id(l_org_id);

1029:
1030: BEGIN
1031: BEGIN
1032: l_org_id := NULL;
1033: igs_ge_gen_003.set_org_id(l_org_id);
1034: EXCEPTION
1035: WHEN OTHERS THEN
1036: fnd_file.put_line (fnd_file.log, fnd_message.get);
1037: retcode:=2;