DBA Data[Home] [Help]

APPS.IGS_PS_GEN_007 dependencies on IGS_PS_GEN_007

Line 1: PACKAGE BODY IGS_PS_GEN_007 AS

1: PACKAGE BODY IGS_PS_GEN_007 AS
2: /* $Header: IGSPS07B.pls 120.1 2006/04/17 05:59:37 sarakshi noship $ */
3:
4: FUNCTION crsp_get_rct_srct(
5: p_reference_cd_type IN IGS_GE_REF_CD_TYPE_ALL.reference_cd_type%TYPE ,

Line 43: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_007.crsp_get_rct_srct');

39: END;
40: EXCEPTION
41: WHEN OTHERS THEN
42: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
43: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_007.crsp_get_rct_srct');
44: IGS_GE_MSG_STACK.ADD;
45: App_Exception.Raise_Exception;
46: END crsp_get_rct_srct;
47:

Line 94: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_007.crsp_ins_cow_hist');

90: END IF;
91: EXCEPTION
92: WHEN OTHERS THEN
93: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
94: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_007.crsp_ins_cow_hist');
95: IGS_GE_MSG_STACK.ADD;
96: App_Exception.Raise_Exception;
97: END crsp_ins_cow_hist;
98:

Line 149: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_007.crsp_ins_crc_hist');

145: END IF;
146: EXCEPTION
147: WHEN OTHERS THEN
148: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
149: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_007.crsp_ins_crc_hist');
150: IGS_GE_MSG_STACK.ADD;
151: App_Exception.Raise_Exception;
152: END crsp_ins_crc_hist;
153:

Line 208: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_007.crsp_ins_cul_hist');

204: END IF;
205: EXCEPTION
206: WHEN OTHERS THEN
207: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
208: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_007.crsp_ins_cul_hist');
209: IGS_GE_MSG_STACK.ADD;
210: App_Exception.Raise_Exception;
211: END crsp_ins_cul_hist;
212:

Line 213: END IGS_PS_GEN_007;

209: IGS_GE_MSG_STACK.ADD;
210: App_Exception.Raise_Exception;
211: END crsp_ins_cul_hist;
212:
213: END IGS_PS_GEN_007;