DBA Data[Home] [Help]

APPS.IGS_GE_PURGE_DEL_RECORD dependencies on IGS_GE_GEN_003

Line 17: sommukhe 9-JAN-2006 Bug# 4869737,included call to igs_ge_gen_003.set_org_id.

13:
14: Known limitations,enhancements,remarks:
15: Change History
16: Who When What
17: sommukhe 9-JAN-2006 Bug# 4869737,included call to igs_ge_gen_003.set_org_id.
18: ********************************************************************************************** */
19:
20: BEGIN
21:

Line 22: igs_ge_gen_003.set_org_id (NULL);

18: ********************************************************************************************** */
19:
20: BEGIN
21:
22: igs_ge_gen_003.set_org_id (NULL);
23: -- Invoke sub-process for PS module
24: igs_ps_purge_del_record.purge_ps_records ;
25:
26: EXCEPTION