DBA Data[Home] [Help]

APPS.IGS_AS_VAL_UAP dependencies on IGS_AS_VAL_UAP

Line 1: PACKAGE BODY IGS_AS_VAL_UAP AS

1: PACKAGE BODY IGS_AS_VAL_UAP AS
2: /* $Header: IGSAS35B.pls 115.10 2003/12/03 08:50:03 ijeddy ship $ */
3: -- Routine to clear rowids saved in a PL/SQL TABLE from a prior commit.
4: -- Validate the ass_pattern_cd is unique within a IGS_PS_UNIT offering pattern.
5: -- Bug No 1956374 , Procedure assp_val_uap_loc_uc is removed

Line 63: Fnd_Message.Set_Token('NAME','IGS_AS_VAL_UAP.ASSP_VAL_UC_UM');

59: END;
60: EXCEPTION
61: WHEN OTHERS THEN
62: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
63: Fnd_Message.Set_Token('NAME','IGS_AS_VAL_UAP.ASSP_VAL_UC_UM');
64: Igs_Ge_Msg_Stack.Add;
65: App_Exception.Raise_Exception;
66: END assp_val_uc_um;
67:

Line 101: END IGS_AS_VAL_UAP;

97: END;
98:
99: END assp_val_sua_uap;
100:
101: END IGS_AS_VAL_UAP;