DBA Data[Home] [Help]

APPS.IBY_PMT_HISTORY_PKG dependencies on IBY_PMT_HISTORY_PKG

Line 1: package body iby_pmt_history_pkg as

1: package body iby_pmt_history_pkg as
2: /*$Header: ibypmthb.pls 120.3.12000000.2 2007/09/06 09:54:36 lmallick ship $*/
3: G_DEBUG_MODULE CONSTANT VARCHAR2(100) := 'iby.plsql.iby_pmt_history_pkg';
4: PROCEDURE eval_factor
5: (

Line 3: G_DEBUG_MODULE CONSTANT VARCHAR2(100) := 'iby.plsql.iby_pmt_history_pkg';

1: package body iby_pmt_history_pkg as
2: /*$Header: ibypmthb.pls 120.3.12000000.2 2007/09/06 09:54:36 lmallick ship $*/
3: G_DEBUG_MODULE CONSTANT VARCHAR2(100) := 'iby.plsql.iby_pmt_history_pkg';
4: PROCEDURE eval_factor
5: (
6: i_ecappid IN iby_trxn_summaries_all.ecappid%TYPE,
7: i_payeeid IN iby_trxn_summaries_all.payeeid%TYPE,

Line 226: end iby_pmt_history_pkg;

222: iby_debug_pub.add('Exit',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);
223:
224: end eval_factor;
225:
226: end iby_pmt_history_pkg;
227: