DBA Data[Home] [Help]

APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_AM_LEASE_LOAN_TRMNT_PVT

Line 1772: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

1768: -- rmunjulu +++++++++ Effective Dated Termination -- start ++++++++++++++++
1769:
1770: -- rmunjulu EDAT
1771: -- If quote exists then accnting date is quote accept date else sysdate
1772: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
1773: THEN
1774: l_quote_accpt_date :=
1775: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
1776: l_quote_eff_date :=

Line 1775: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

1771: -- If quote exists then accnting date is quote accept date else sysdate
1772: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
1773: THEN
1774: l_quote_accpt_date :=
1775: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
1776: l_quote_eff_date :=
1777: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
1778: ELSE
1779: l_quote_accpt_date := p_sys_date;

Line 1777: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

1773: THEN
1774: l_quote_accpt_date :=
1775: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
1776: l_quote_eff_date :=
1777: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
1778: ELSE
1779: l_quote_accpt_date := p_sys_date;
1780: l_quote_eff_date := p_sys_date;
1781: END IF;

Line 4146: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

4142: -- rmunjulu +++++++++ Effective Dated Termination -- start ++++++++++++++++
4143:
4144: -- rmunjulu EDAT
4145: -- If quote exists then accnting date is quote accept date else sysdate
4146: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
4147: THEN
4148: l_quote_accpt_date :=
4149: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
4150: l_quote_eff_date :=

Line 4149: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

4145: -- If quote exists then accnting date is quote accept date else sysdate
4146: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
4147: THEN
4148: l_quote_accpt_date :=
4149: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
4150: l_quote_eff_date :=
4151: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
4152: ELSE
4153: l_quote_accpt_date := p_sys_date;

Line 4151: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

4147: THEN
4148: l_quote_accpt_date :=
4149: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
4150: l_quote_eff_date :=
4151: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
4152: ELSE
4153: l_quote_accpt_date := p_sys_date;
4154: l_quote_eff_date := p_sys_date;
4155: END IF;

Line 4885: 'calling okl_am_lease_loan_trmnt_pvt.process_discount_subsidy'

4881: THEN
4882: okl_debug_pub.log_debug
4883: (g_level_statement,
4884: l_module_name,
4885: 'calling okl_am_lease_loan_trmnt_pvt.process_discount_subsidy'
4886: );
4887: END IF;
4888:
4889: okl_am_lease_loan_trmnt_pvt.process_discount_subsidy

Line 4889: okl_am_lease_loan_trmnt_pvt.process_discount_subsidy

4885: 'calling okl_am_lease_loan_trmnt_pvt.process_discount_subsidy'
4886: );
4887: END IF;
4888:
4889: okl_am_lease_loan_trmnt_pvt.process_discount_subsidy
4890: (p_api_version => l_api_version,
4891: p_init_msg_list => okl_api.g_false,
4892: x_return_status => l_return_status,
4893: x_msg_count => l_msg_count,

Line 4905: 'called okl_am_lease_loan_trmnt_pvt.process_discount_subsidy , return status: '

4901: THEN
4902: okl_debug_pub.log_debug
4903: (g_level_statement,
4904: l_module_name,
4905: 'called okl_am_lease_loan_trmnt_pvt.process_discount_subsidy , return status: '
4906: || l_return_status
4907: );
4908: END IF;
4909:

Line 5287: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

5283: -- rmunjulu +++++++++ Effective Dated Termination -- start ++++++++++++++++
5284:
5285: -- rmunjulu EDAT
5286: -- If quote exists then accnting date is quote accept date else sysdate
5287: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
5288: THEN
5289: l_quote_accpt_date :=
5290: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
5291: l_quote_eff_date :=

Line 5290: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

5286: -- If quote exists then accnting date is quote accept date else sysdate
5287: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
5288: THEN
5289: l_quote_accpt_date :=
5290: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
5291: l_quote_eff_date :=
5292: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
5293: ELSE
5294: l_quote_accpt_date := p_sys_date;

Line 5292: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

5288: THEN
5289: l_quote_accpt_date :=
5290: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
5291: l_quote_eff_date :=
5292: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
5293: ELSE
5294: l_quote_accpt_date := p_sys_date;
5295: l_quote_eff_date := p_sys_date;
5296: END IF;

Line 5928: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

5924: );
5925: END IF;
5926:
5927: -- If quote exists then cancelation date is quote eff from date else sysdate
5928: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
5929: THEN
5930: l_quote_accpt_date :=
5931: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
5932: l_quote_eff_date :=

Line 5931: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

5927: -- If quote exists then cancelation date is quote eff from date else sysdate
5928: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
5929: THEN
5930: l_quote_accpt_date :=
5931: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
5932: l_quote_eff_date :=
5933: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
5934: ELSE
5935: l_quote_accpt_date := p_sys_date;

Line 5933: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

5929: THEN
5930: l_quote_accpt_date :=
5931: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
5932: l_quote_eff_date :=
5933: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
5934: ELSE
5935: l_quote_accpt_date := p_sys_date;
5936: l_quote_eff_date := p_sys_date;
5937: END IF;

Line 6279: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

6275: THEN
6276:
6277: -- rmunjulu bug 7009808 Set the variables outside so that delink can use the values
6278: -- If quote exists then cancelation date is quote eff from date else sysdate
6279: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
6280: THEN
6281: l_quote_accpt_date :=
6282: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6283: l_quote_eff_date :=

Line 6282: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

6278: -- If quote exists then cancelation date is quote eff from date else sysdate
6279: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
6280: THEN
6281: l_quote_accpt_date :=
6282: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6283: l_quote_eff_date :=
6284: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
6285: ELSE
6286: l_quote_accpt_date := p_sys_date;

Line 6284: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

6280: THEN
6281: l_quote_accpt_date :=
6282: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6283: l_quote_eff_date :=
6284: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
6285: ELSE
6286: l_quote_accpt_date := p_sys_date;
6287: l_quote_eff_date := p_sys_date;
6288: END IF;

Line 6361: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

6357: -- rmunjulu +++++++++ Effective Dated Termination -- start ++++++++++++++++
6358:
6359: -- rmunjulu EDAT
6360: -- If quote exists then cancelation date is quote eff from date else sysdate
6361: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
6362: THEN
6363: l_quote_accpt_date :=
6364: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6365: l_quote_eff_date :=

Line 6364: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

6360: -- If quote exists then cancelation date is quote eff from date else sysdate
6361: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
6362: THEN
6363: l_quote_accpt_date :=
6364: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6365: l_quote_eff_date :=
6366: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
6367: ELSE
6368: l_quote_accpt_date := p_sys_date;

Line 6366: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

6362: THEN
6363: l_quote_accpt_date :=
6364: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6365: l_quote_eff_date :=
6366: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
6367: ELSE
6368: l_quote_accpt_date := p_sys_date;
6369: l_quote_eff_date := p_sys_date;
6370: END IF;

Line 6768: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

6764: -- rmunjulu +++++++++ Effective Dated Termination -- start ++++++++++++++++
6765:
6766: -- rmunjulu EDAT
6767: -- If quote exists then accnting date is quote accept date else sysdate
6768: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
6769: THEN
6770: l_quote_accpt_date :=
6771: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6772: l_quote_eff_date :=

Line 6771: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

6767: -- If quote exists then accnting date is quote accept date else sysdate
6768: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
6769: THEN
6770: l_quote_accpt_date :=
6771: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6772: l_quote_eff_date :=
6773: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
6774: ELSE
6775: l_quote_accpt_date := p_sys_date;

Line 6773: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

6769: THEN
6770: l_quote_accpt_date :=
6771: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
6772: l_quote_eff_date :=
6773: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
6774: ELSE
6775: l_quote_accpt_date := p_sys_date;
6776: l_quote_eff_date := p_sys_date;
6777: END IF;

Line 6820: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') =

6816: -- if early termination assume from quote else contract exp
6817: -- IF (l_k_end_date <> OKL_API.G_MISS_DATE)
6818: -- AND (TRUNC(l_k_end_date) < TRUNC(p_sys_date)) THEN
6819: -- rmunjulu EDAT modified condition to say if quote exists then EXE_TERMINATION_QUOTE else EXPIRATION
6820: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') =
6821: 'Y'
6822: THEN
6823: -- rmunjulu EDAT
6824: lp_artv_rec.art1_code := 'EXE_TERMINATION_QUOTE';

Line 8132: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

8128: -- rmunjulu +++++++++ Effective Dated Termination -- start ++++++++++++++++
8129:
8130: -- rmunjulu EDAT
8131: -- If quote exists then accnting date is quote accept date else sysdate
8132: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
8133: THEN
8134: l_quote_accpt_date :=
8135: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
8136: l_quote_eff_date :=

Line 8135: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

8131: -- If quote exists then accnting date is quote accept date else sysdate
8132: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
8133: THEN
8134: l_quote_accpt_date :=
8135: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
8136: l_quote_eff_date :=
8137: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
8138: ELSE
8139: l_quote_accpt_date := p_sys_date;

Line 8137: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

8133: THEN
8134: l_quote_accpt_date :=
8135: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
8136: l_quote_eff_date :=
8137: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
8138: ELSE
8139: l_quote_accpt_date := p_sys_date;
8140: l_quote_eff_date := p_sys_date;
8141: END IF;

Line 11524: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

11520: -- rmunjulu +++++++++ Effective Dated Termination -- start ++++++++++++++++
11521:
11522: -- rmunjulu EDAT
11523: -- If quote exists then accnting date is quote accept date else sysdate
11524: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
11525: THEN
11526: l_quote_accpt_date :=
11527: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
11528: l_quote_eff_date :=

Line 11527: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

11523: -- If quote exists then accnting date is quote accept date else sysdate
11524: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
11525: THEN
11526: l_quote_accpt_date :=
11527: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
11528: l_quote_eff_date :=
11529: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
11530: ELSE
11531: l_quote_accpt_date := p_sys_date;

Line 11529: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

11525: THEN
11526: l_quote_accpt_date :=
11527: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
11528: l_quote_eff_date :=
11529: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
11530: ELSE
11531: l_quote_accpt_date := p_sys_date;
11532: l_quote_eff_date := p_sys_date;
11533: END IF;

Line 12581: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

12577: -- rmunjulu +++++++++ Effective Dated Termination -- start ++++++++++++++++
12578:
12579: -- rmunjulu EDAT
12580: -- If quote exists then accnting date is quote accept date else sysdate
12581: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
12582: THEN
12583: l_quote_accpt_date :=
12584: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
12585: l_quote_eff_date :=

Line 12584: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

12580: -- If quote exists then accnting date is quote accept date else sysdate
12581: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'
12582: THEN
12583: l_quote_accpt_date :=
12584: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
12585: l_quote_eff_date :=
12586: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
12587: ELSE
12588: l_quote_accpt_date := p_sys_date;

Line 12586: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

12582: THEN
12583: l_quote_accpt_date :=
12584: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;
12585: l_quote_eff_date :=
12586: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;
12587: ELSE
12588: l_quote_accpt_date := p_sys_date;
12589: l_quote_eff_date := p_sys_date;
12590: END IF;

Line 14049: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_quote_dates'

14045: THEN
14046: okl_debug_pub.log_debug
14047: (g_level_statement,
14048: l_module_name,
14049: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_quote_dates'
14050: );
14051: END IF;
14052:
14053: okl_am_lease_loan_trmnt_pvt.get_set_quote_dates

Line 14053: okl_am_lease_loan_trmnt_pvt.get_set_quote_dates

14049: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_quote_dates'
14050: );
14051: END IF;
14052:
14053: okl_am_lease_loan_trmnt_pvt.get_set_quote_dates
14054: (p_qte_id => l_term_rec.p_quote_id,
14055: x_return_status => l_return_status);
14056:
14057: IF (is_debug_statement_on)

Line 14062: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_quote_dates , return status: '

14058: THEN
14059: okl_debug_pub.log_debug
14060: (g_level_statement,
14061: l_module_name,
14062: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_quote_dates , return status: '
14063: || l_return_status
14064: );
14065: END IF;
14066:

Line 14254: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'

14250: THEN
14251: okl_debug_pub.log_debug
14252: (g_level_statement,
14253: l_module_name,
14254: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'
14255: );
14256: END IF;
14257:
14258: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

Line 14258: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

14254: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'
14255: );
14256: END IF;
14257:
14258: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run
14259: (p_trx_id => lp_tcnv_rec.ID,
14260: x_return_status => l_return_status);
14261:
14262: IF (is_debug_statement_on)

Line 14267: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run , return status: '

14263: THEN
14264: okl_debug_pub.log_debug
14265: (g_level_statement,
14266: l_module_name,
14267: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run , return status: '
14268: || l_return_status
14269: );
14270: END IF;
14271:

Line 14351: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'

14347: THEN
14348: okl_debug_pub.log_debug
14349: (g_level_statement,
14350: l_module_name,
14351: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'
14352: );
14353: END IF;
14354:
14355: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

Line 14355: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

14351: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'
14352: );
14353: END IF;
14354:
14355: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run
14356: (p_trx_id => lp_tcnv_rec.ID,
14357: x_return_status => l_return_status);
14358:
14359: IF (is_debug_statement_on)

Line 14364: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run , return status: '

14360: THEN
14361: okl_debug_pub.log_debug
14362: (g_level_statement,
14363: l_module_name,
14364: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run , return status: '
14365: || l_return_status
14366: );
14367: END IF;
14368:

Line 14548: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'

14544: THEN
14545: okl_debug_pub.log_debug
14546: (g_level_statement,
14547: l_module_name,
14548: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'
14549: );
14550: END IF;
14551:
14552: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

Line 14552: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

14548: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'
14549: );
14550: END IF;
14551:
14552: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run
14553: (p_trx_id => lp_tcnv_rec.ID,
14554: x_return_status => l_return_status);
14555:
14556: IF (is_debug_statement_on)

Line 14561: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run , return status: '

14557: THEN
14558: okl_debug_pub.log_debug
14559: (g_level_statement,
14560: l_module_name,
14561: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run , return status: '
14562: || l_return_status
14563: );
14564: END IF;
14565:

Line 14919: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'

14915: THEN
14916: okl_debug_pub.log_debug
14917: (g_level_statement,
14918: l_module_name,
14919: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'
14920: );
14921: END IF;
14922:
14923: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

Line 14923: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

14919: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'
14920: );
14921: END IF;
14922:
14923: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run
14924: (p_trx_id => lp_tcnv_rec.ID,
14925: x_return_status => l_return_status);
14926:
14927: IF (is_debug_statement_on)

Line 14932: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run , return status: '

14928: THEN
14929: okl_debug_pub.log_debug
14930: (g_level_statement,
14931: l_module_name,
14932: 'called OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run , return status: '
14933: || l_return_status
14934: );
14935: END IF;
14936: