DBA Data[Home] [Help]

APPS.IGS_PR_UPLOAD_EXT_RESULTS dependencies on IGS_GE_GEN_003

Line 347: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054

343: l_ci_sequence_number igs_ca_inst.sequence_number%TYPE;
344: invalid_parameter_combination EXCEPTION;
345: BEGIN
346: retcode := 0;
347: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054
348:
349: -- Fetching the records from the Interface Table and validating the data
350: IF (p_batch_id IS NOT NULL) THEN
351: FOR stu_acad_stat_int_rec IN cur_stu_acad_stat_int (p_batch_id) LOOP

Line 871: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054

867: l_message VARCHAR2 (2000);
868: invalid_parameter_combination EXCEPTION;
869: BEGIN
870: retcode := 0;
871: IGS_GE_GEN_003.SET_ORG_ID(); -- swaghmar, bug# 4951054
872:
873: -- Validate the paramters
874: IF p_batch_id IS NOT NULL
875: AND p_unit_set_method IN ('COMPLETED', 'ENDED') THEN