DBA Data[Home] [Help]

APPS.IGS_RE_VAL_TEX dependencies on IGS_PE_PERSON

Line 29: FROM IGS_PE_PERSON

25: -- Validate the person is not deceased.
26: DECLARE
27: CURSOR c_pe IS
28: SELECT deceased_ind
29: FROM IGS_PE_PERSON
30: WHERE person_id = p_person_id;
31: v_deceased_ind VARCHAR2(1) DEFAULT NULL;
32: BEGIN
33: p_message_name := NULL;