DBA Data[Home] [Help]

APPS.IGS_EN_LGCY_PRC dependencies on IGS_GE_GEN_003

Line 23: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) in LEGACY_BATCH_PROCESS

19: jtmathew 12-JAN-2005 Modified procedures process_he_spa and process_he_susa
20: to add additional fields to lr_he_spa_rec and lr_he_susa_rec
21: for changes described by HEFD350.
22: jhanda 15-July-2005 Changed for build 4327991
23: ckasu 17-JAN-2006 Added igs_ge_gen_003.set_org_id(NULL) in LEGACY_BATCH_PROCESS
24: procedure as a part of bug#4958173
25: smaddali 10-apr-06 Modified for bug#5091858 BUILD EN324
26: ******************************************************************************/
27:

Line 3738: igs_ge_gen_003.set_org_id(NULL);

3734: -- initializing the boolean value depending on the p_delete_flag
3735: -- if the p_delete_flag is 'Y' then set the boolean value to true
3736: -- other wise set the boolean value to false.
3737:
3738: igs_ge_gen_003.set_org_id(NULL);
3739:
3740: l_deletion_flag := FALSE;
3741: IF p_delete_flag IS NOT NULL AND p_delete_flag = 'Y' THEN
3742: l_deletion_flag := TRUE;