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 11523: IF NVL (okl_am_lease_loan_trmnt_pvt.g_quote_exists, 'N') = 'Y'

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

Line 11526: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

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

Line 11528: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

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

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

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

Line 12583: okl_am_lease_loan_trmnt_pvt.g_quote_accept_date;

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

Line 12585: okl_am_lease_loan_trmnt_pvt.g_quote_eff_from_date;

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

Line 14048: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_quote_dates'

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

Line 14052: okl_am_lease_loan_trmnt_pvt.get_set_quote_dates

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

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

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

Line 14253: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'

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

Line 14257: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

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

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

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

Line 14350: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'

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

Line 14354: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

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

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

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

Line 14547: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'

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

Line 14551: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

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

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

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

Line 14918: 'calling OKL_AM_LEASE_LOAN_TRMNT_PVT.get_set_tmg_run'

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

Line 14922: okl_am_lease_loan_trmnt_pvt.get_set_tmg_run

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

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

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