DBA Data[Home] [Help]

APPS.IGS_EN_GEN_016 dependencies on IGS_SS_EN_WRAPPERS

Line 32: Added error message logging for igs_en_enroll_wlst.validate_uinit_steps and igs_ss_en_wrappers.validate_enroll_validate

28: ckasu 14-SEP-2004 Added Holds,person step validations as a part of Bug# 3823810
29: stutta 11-Feb-2004 Passing new parameter p_enrolled_dt as SYSDATE in
30: call to validate_enroll_validate.
31: rvivekan 3-Aug-2003 Bulk unit upload TD #3049009. Added 'Enrolled' status to the get_prgrm_dtls curosr definition.
32: Added error message logging for igs_en_enroll_wlst.validate_uinit_steps and igs_ss_en_wrappers.validate_enroll_validate
33: svenkata 15-Jan-2003 Bug# 2740746 - The message name IGS_PS_INVALID_PRG_CD was invalid.Changed the message to IGS_PR_INVALID_PRG_CD.
34: svenkata 31-DEC-2002 Bug# 2724288 - added values for WHO columns in the UPDATE stmnts for the interface table.
35: sgurusam 17-Jun-2005 Modified to pass aditional parameter p_calling_obj = 'JOB' p_create_warning='N' in the calls to
36: igs_en_elgbl_person.eval_person_steps

Line 239: --If any call to igs_ss_en_wrappers results in a exception

235: FOR i IN 1 .. l_msg_len
236: LOOP
237: IF SUBSTR(l_messages,i,1) = p_del THEN
238: --Following codes checks whether message has token or not.
239: --If any call to igs_ss_en_wrappers results in a exception
240: --Then l_mesg_name contains the exception text and should not be translated
241: --Message texts are generally more than 30 chars and even if they are less
242: --than 30 chars, fnd_message returns the same text if it cant find a match.
243: --If messages larger than 30 chars (max size if msg_name field) are passed to

Line 630: igs_ss_en_wrappers.Validate_enroll_validate (

626:
627: l_message_name:=NULL;
628: BEGIN
629:
630: igs_ss_en_wrappers.Validate_enroll_validate (
631: p_person_id => l_person_id ,
632: p_load_cal_type => l_get_load_cal_inst_rec.cal_type,
633: p_load_ci_sequence_number => l_get_load_cal_inst_rec.sequence_number,
634: p_uoo_ids => l_uoo_ids ,