DBA Data[Home] [Help]

APPS.IGS_EN_GEN_016 dependencies on IGS_GE_GEN_003

Line 869: -- ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.

865: -- a part of Bug# 3823810
866: --rvivekan 04-Aug-2003 Bulk unit upload TD bug#3049009. Removed country code validation.
867: --svenkata 31-DEC-2002 Bug# 2724288 - NO message shown when ran with Invalid data.Wrote a query to check if data exists in the
868: -- interface table for a given batch id.
869: -- ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) as a part of bug#4958173.
870: ------------------------------------------------------------------ */
871: --
872: -- cursor to fetch the batch description
873: CURSOR cur_batch_desc IS

Line 931: igs_ge_gen_003.set_org_id(NULL);

927:
928:
929: BEGIN
930: --added by ckasu as apart of bug# 4958173
931: igs_ge_gen_003.set_org_id(NULL);
932:
933: OPEN get_int_cnt ;
934: FETCH get_int_cnt INTO l_int_cnt;
935: CLOSE get_int_cnt ;