DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on IGS_AD_VAL_ACAI

Line 16: -- is changed to igs_ad_val_acai.genp_val_staff_prsn

12: -- being logged is a proper message and not an exception.
13: -- ijeddy, Dec 3, 2003 Grade Book Enh build, bug no 3201661
14: -- gmaheswa 13-nov-2003 Bug No. 3227107 . Address changes. Modified address related cursor to select active records only.
15: -- smadathi 28-AUG-2001 Bug No. 1956374 .The call to igs_as_val_esvs.genp_val_staff_prsn
16: -- is changed to igs_ad_val_acai.genp_val_staff_prsn
17: -- bayadav 28-DEC-2001 added code to include newly added columns in IGS_AS_GRD_GRADE as a part of bug 2162831
18: -- svenkata 7-JAN-2002 Bug No. 2172405 Standard Flex Field columns have been added
19: -- to table handler procedure calls as part of CCR - ENCR022.
20: -- Aiyer 08-APR-2002 Bug No. 2124034. The parameter p_reproduce was also added as a hidden parameter in the

Line 2156: IF (igs_ad_val_acai.genp_val_staff_prsn(

2152: -- At a later date, this may insert an IGS_GE_S_LOG_ENTRY for a report.
2153: END IF;
2154: -- Validate the IGS_PE_PERSON is a staff member.
2155: -- Warning only.
2156: IF (igs_ad_val_acai.genp_val_staff_prsn(
2157: p_person_id,
2158: v_local_message_name) = FALSE) THEN
2159: p_message_name := v_local_message_name;
2160: IF (p_ignore_warnings = 'N') THEN