DBA Data[Home] [Help]

APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_TRAN_PROCESSOR_PKG

Line 1: PACKAGE BODY igs_uc_tran_processor_pkg AS

1: PACKAGE BODY igs_uc_tran_processor_pkg AS
2: /* $Header: IGSUC23B.pls 120.9 2006/08/21 03:52:08 jbaber noship $ */
3:
4: lv_rowid VARCHAR2(26);
5: l_uc_tran_id igs_uc_transactions.UC_Tran_Id%TYPE;

Line 183: igs_uc_tran_processor_pkg.transaction_population(

179: END IF;
180:
181: -- call the transaction population process to get the SOC and comments in offer values
182: IF P_cond_cat IS NOT NULL AND P_cond_name IS NOT NULL THEN
183: igs_uc_tran_processor_pkg.transaction_population(
184: p_condition_category1 => P_cond_cat,
185: p_condition_name1 => P_cond_name,
186: p_soc1 => l_soc,
187: p_comments_in_offer => l_comments_in_offer);

Line 246: igs_uc_tran_processor_pkg.transaction_validation(p_transaction_type => P_Tran_type,

242: x_part_time => p_part_time);
243:
244: -- Call the transaction validation process
245: l_error_code := NULL;
246: igs_uc_tran_processor_pkg.transaction_validation(p_transaction_type => P_Tran_type,
247: p_decision => P_Decision,
248: p_comments_in_offer => l_comments_in_offer,
249: p_error_code => l_error_code);
250:

Line 391: igs_uc_tran_processor_pkg.transaction_validation(p_transaction_type => P_Tran_type,

387: x_part_time => p_part_time);
388:
389: -- Call the transaction validation process
390: l_error_code := NULL;
391: igs_uc_tran_processor_pkg.transaction_validation(p_transaction_type => P_Tran_type,
392: p_decision => P_Decision,
393: p_comments_in_offer => l_comments_in_offer,
394: p_error_code => l_error_code);
395:

Line 1099: igs_uc_tran_processor_pkg.transaction_validation(p_transaction_type => P_Tran_type,

1095: x_part_time => p_part_time);
1096:
1097: -- Call the transaction validation process
1098: l_error_code := NULL;
1099: igs_uc_tran_processor_pkg.transaction_validation(p_transaction_type => P_Tran_type,
1100: p_decision => P_Decision,
1101: p_comments_in_offer => l_comments_in_offer,
1102: p_error_code => l_error_code);
1103:

Line 1197: igs_uc_tran_processor_pkg.transaction_validation(p_transaction_type => P_Tran_type,

1193: x_part_time => p_part_time);
1194:
1195: -- Call the transaction validation process
1196: l_error_code := NULL;
1197: igs_uc_tran_processor_pkg.transaction_validation(p_transaction_type => P_Tran_type,
1198: p_decision => P_Decision,
1199: p_comments_in_offer => l_comments_in_offer,
1200: p_error_code => l_error_code);
1201:

Line 1642: Fnd_Message.Set_Token('NAME','igs_uc_tran_processor_pkg.proc_tranin_2003');

1638:
1639: EXCEPTION
1640: WHEN OTHERS THEN
1641: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1642: Fnd_Message.Set_Token('NAME','igs_uc_tran_processor_pkg.proc_tranin_2003');
1643: fnd_file.put_line(fnd_file.log, fnd_message.get);
1644: App_Exception.Raise_Exception;
1645:
1646: END proc_tranin_2003;

Line 1940: Fnd_Message.Set_Token('NAME','igs_uc_tran_processor_pkg.proc_tranin_2004'||' - '||SQLERRM);

1936:
1937: EXCEPTION
1938: WHEN OTHERS THEN
1939: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1940: Fnd_Message.Set_Token('NAME','igs_uc_tran_processor_pkg.proc_tranin_2004'||' - '||SQLERRM);
1941: fnd_file.put_line(fnd_file.log, fnd_message.get);
1942: App_Exception.Raise_Exception;
1943:
1944: END proc_tranin_2004;

Line 2003: FND_MESSAGE.SET_TOKEN('NAME','IGS_UC_TRAN_PROCESSOR_PKG.TRANS_WRITE'||' - '||SQLERRM);

1999: WHEN OTHERS THEN
2000: ROLLBACK;
2001: retcode :=2;
2002: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
2003: FND_MESSAGE.SET_TOKEN('NAME','IGS_UC_TRAN_PROCESSOR_PKG.TRANS_WRITE'||' - '||SQLERRM);
2004: Errbuf := FND_MESSAGE.GET;
2005: FND_FILE.PUT_LINE(FND_FILE.LOG,Errbuf);
2006: app_exception.raise_exception;
2007:

Line 2157: END igs_uc_tran_processor_pkg;

2153: RETURN NULL;
2154:
2155: END get_adm_offer_resp_stat;
2156:
2157: END igs_uc_tran_processor_pkg;