DBA Data[Home] [Help]

APPS.IGS_UC_GEN_001 dependencies on IGS_UC_GEN_001

Line 1: PACKAGE BODY igs_uc_gen_001 AS

1: PACKAGE BODY igs_uc_gen_001 AS
2: /* $Header: IGSUC01B.pls 120.3 2006/08/21 03:51:26 jbaber noship $ */
3:
4:
5: PROCEDURE cvname_references(p_type IN VARCHAR2,

Line 10: l_result OUT NOCOPY igs_uc_gen_001.cur_step_def) IS

6: p_appno IN NUMBER,
7: p_surname IN VARCHAR2,
8: p_birthdate IN DATE,
9: p_system_code IN igs_uc_ucas_control.system_code%TYPE,
10: l_result OUT NOCOPY igs_uc_gen_001.cur_step_def) IS
11:
12: /******************************************************************
13: Created By : pmarada
14: Date Created By :

Line 154: fnd_message.set_token('NAME','IGS_UC_GEN_001.SS_IDENTIFY_TRANS_PAGE');

150: EXCEPTION
151: WHEN OTHERS THEN
152: -- Incase if there is any exception, raise the exception
153: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
154: fnd_message.set_token('NAME','IGS_UC_GEN_001.SS_IDENTIFY_TRANS_PAGE');
155: igs_ge_msg_stack.add;
156: app_exception.raise_exception;
157:
158: END ss_identify_trans_page;

Line 226: END igs_uc_gen_001;

222:
223: END validate_personal_id;
224:
225:
226: END igs_uc_gen_001;