DBA Data[Home] [Help]

APPS.IGS_PS_GEN_006 dependencies on IGS_PS_GEN_006

Line 1: PACKAGE BODY IGS_PS_GEN_006 AS

1: PACKAGE BODY IGS_PS_GEN_006 AS
2: /* $Header: IGSPS06B.pls 120.4 2006/02/13 01:18:50 sommukhe ship $ */
3: -- Who When What
4: --sarakshi 30-Apr-2004 Bug#3568858, Added parameters ovrd_wkld_val_flag, workload_val_code to crsp_ins_uv_hist .
5: --sarakshi 03-Nov-2003 Enh#3116171,Modified the procedure crsp_ins_uv_hist to include a new parameter p_billing_credit_points

Line 173: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_get_uoo_key');

169: EXCEPTION
170:
171: WHEN OTHERS THEN
172: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
173: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_get_uoo_key');
174: IGS_GE_MSG_STACK.ADD;
175: lv_param_values := p_unit_cd||','||to_char(p_version_number)||','||p_cal_type
176: ||','||to_char(p_ci_sequence_number)||','||p_location_cd
177: ||','||p_unit_class||','||to_char(p_uoo_id);

Line 221: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_get_us_admin');

217: END;
218: EXCEPTION
219: WHEN OTHERS THEN
220: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
221: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_get_us_admin');
222: IGS_GE_MSG_STACK.ADD;
223: lv_param_values := p_unit_set_cd||','||to_char(p_version_number);
224: Fnd_Message.Set_Name('IGS','IGS_GE_PARAMETERS');
225: Fnd_Message.Set_Token('VALUE',lv_param_values);

Line 266: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_get_us_sys_sts');

262: END;
263: EXCEPTION
264: WHEN OTHERS THEN
265: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
266: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_get_us_sys_sts');
267: IGS_GE_MSG_STACK.ADD;
268: lv_param_values := p_unit_set_status;
269: Fnd_Message.Set_Token('VALUE',lv_param_values);
270: IGS_GE_MSG_STACK.ADD;

Line 824: fnd_log.string( fnd_log.level_exception, 'igs.plsql.igs_ps_gen_006.crsp_ins_ci_uop_uoo.in_exception_section_OTHERS.err_msg',

820: ERRBUF:=FND_MESSAGE.GET_STRING('IGS','IGS_GE_UNHANDLED_EXCEPTION') || ' : ' || SQLERRM;
821: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
822: --Fnd log implementation
823: IF (fnd_log.level_exception >= fnd_log.g_current_runtime_level) THEN
824: fnd_log.string( fnd_log.level_exception, 'igs.plsql.igs_ps_gen_006.crsp_ins_ci_uop_uoo.in_exception_section_OTHERS.err_msg',
825: SUBSTRB(SQLERRM,1,4000));
826: END IF;
827:
828: END crsp_ins_ci_uop_uoo;

Line 1025: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_ins_us_hist');

1021: EXCEPTION
1022:
1023: WHEN OTHERS THEN
1024: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
1025: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_ins_us_hist');
1026: IGS_GE_MSG_STACK.ADD;
1027: lv_param_values := p_unit_set_cd||','||to_char(p_version_number)||','||p_new_unit_set_status||','
1028: ||p_old_unit_set_status||','||p_new_unit_set_cat||','||p_old_unit_set_cat||','
1029: ||fnd_date.date_to_displaydate(p_new_start_dt)||','

Line 1335: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_ins_uv_hist');

1331: EXCEPTION
1332: WHEN OTHERS THEN
1333:
1334: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
1335: Fnd_Message.Set_Token('NAME','IGS_PS_GEN_006.crsp_ins_uv_hist');
1336: IGS_GE_MSG_STACK.ADD;
1337: lv_param_values := p_unit_cd||','||to_char(p_version_number)||','||fnd_date.date_to_displaydate(p_last_update_on)||','||fnd_date.date_to_displaydate(p_update_on)||','
1338: ||p_last_update_who||','
1339: ||fnd_date.date_to_displaydate(p_start_dt)||','||fnd_date.date_to_displaydate(p_review_dt)||','||fnd_date.date_to_displaydate(p_expiry_dt)||','

Line 1358: END IGS_PS_GEN_006;

1354: App_Exception.Raise_Exception;
1355: END crsp_ins_uv_hist;
1356:
1357:
1358: END IGS_PS_GEN_006;