DBA Data[Home] [Help]

APPS.IGS_RE_VAL_TPM dependencies on IGS_EN_GEN_003

Line 9: -- bdeviset 24-JAN-06 Removed the cursor c_pe in RESP_VAL_TPM_PE procedure and used igs_en_gen_003.get_staff_ind call

5: --Who When What
6: --smadathi 25-AUG-2001 Bug No. 1956374 .The function GENP_VAL_SDTT_SESS removed
7: --msrinivi 25-Aug-2001 Bug No. 1956374. the func genp_val_pe_deceased removed
8: -- smaddali 11-may-04 Bug#3577988 - EN302 build, corrected message name IGS_RE_ CANT_UNCNFRM_PAID_DT to remove the space
9: -- bdeviset 24-JAN-06 Removed the cursor c_pe in RESP_VAL_TPM_PE procedure and used igs_en_gen_003.get_staff_ind call
10: -- for bug# 4991049
11: -------------------------------------------------------------------------------------------
12: -- To validate thesis panel member minimum panel size
13: FUNCTION RESP_VAL_TPM_MIN(

Line 319: IF IGS_EN_GEN_003.Get_Staff_Ind(p_person_id) = 'Y' THEN

315: RETURN TRUE; --(Warning Only)
316: END IF;
317: CLOSE c_sca;
318: -- Warn if person is a staff member.
319: IF IGS_EN_GEN_003.Get_Staff_Ind(p_person_id) = 'Y' THEN
320: p_message_name := 'IGS_RE_EXAMINAR_IS_STAFF_MEM';
321: RETURN TRUE; -- (Warning Only)
322: END IF;
323: