DBA Data[Home] [Help]

APPS.IGS_EN_VAL_SUSA dependencies on IGS_AD_VAL_ACAI

Line 9: -- is replaced by igs_ad_val_acai.genp_val_staff_prsn

5: --Change History:
6: --Who When What
7: --smadathi 28-AUG-2001 Bug No. 1956374 .The function genp_val_staff_prsn removed
8: -- Also the call to function igs_en_val_susa.genp_val_staff_prsn is
9: -- is replaced by igs_ad_val_acai.genp_val_staff_prsn
10: --smadathi 24-AUG-2001 Bug No. 1956374 .The call to igs_en_val_susa.genp_val_sdtt_sess
11: -- is changed to igs_as_val_suaap.genp_val_sdtt_sess.Also
12: -- Function genp_val_sdtt_sess Removed
13: --msrinivi 27-Aug-2001 Function genp_val_prsn_id removed

Line 109: IF igs_ad_val_acai.genp_val_staff_prsn(p_authorised_person_id,

105: END IF;
106:
107: -- Validate that the authorising person is a staff member.
108: IF p_authorised_person_id IS NOT NULL THEN
109: IF igs_ad_val_acai.genp_val_staff_prsn(p_authorised_person_id,
110: v_message_name) = FALSE THEN
111: p_message_name := 'IGS_EN_AUTHORISED_PRSN_NOT';
112:
113: IF (p_legacy = 'Y') THEN