DBA Data[Home] [Help]

APPS.IGR_IMP_001 dependencies on IGS_GE_GEN_003

Line 444: igs_ge_gen_003.set_org_id(null);

440: /* Main procedure body */
441:
442: BEGIN
443: retcode:=0;
444: igs_ge_gen_003.set_org_id(null);
445: igs_ge_msg_stack.initialize;
446: -- Navin.Sinha 30-Jun-03 Bug No: 3023795 If end date is not entered, then default in the end date to be the sysdate.
447: IF l_inq_start_date IS NOT NULL AND l_inq_end_date IS NULL THEN
448: l_inq_end_date := SYSDATE;