DBA Data[Home] [Help]

APPS.OKL_LCKBX_CSH_APP_PVT dependencies on OKL_AM_TERMNT_QUOTE_PUB

Line 1758: ('Amount matches. Calling api okl_am_termnt_quote_pub.terminate_quote with parameters:'

1754: l_quote_date_effective_to;
1755: l_qtev_rec.accepted_yn := 'Y';
1756: l_qtev_rec.preproceeds_yn := 'N';
1757: log_debug
1758: ('Amount matches. Calling api okl_am_termnt_quote_pub.terminate_quote with parameters:'
1759: );
1760: log_debug ('p_term_rec.id = '
1761: || l_qtev_rec.ID
1762: );

Line 1786: 'before okl_am_termnt_quote_pub.terminate_quote '

1782: IF (is_debug_statement_on) THEN
1783: okl_debug_pub.log_debug
1784: (g_level_statement,
1785: l_module_name,
1786: 'before okl_am_termnt_quote_pub.terminate_quote '
1787: );
1788: okl_debug_pub.log_debug
1789: (g_level_statement,
1790: l_module_name,

Line 1796: okl_am_termnt_quote_pub.terminate_quote

1792: || l_return_status
1793: );
1794: END IF;
1795:
1796: okl_am_termnt_quote_pub.terminate_quote
1797: (p_api_version => l_api_version,
1798: p_init_msg_list => l_init_msg_list,
1799: x_return_status => l_return_status,
1800: x_msg_count => l_msg_count,

Line 1807: ( 'okl_am_termnt_quote_pub.terminate_quote return status = '

1803: x_term_rec => x_qtev_rec,
1804: x_err_msg => l_err_msg
1805: );
1806: log_debug
1807: ( 'okl_am_termnt_quote_pub.terminate_quote return status = '
1808: || l_return_status
1809: );
1810:
1811: IF (is_debug_statement_on) THEN

Line 1815: 'After okl_am_termnt_quote_pub.terminate_quote '

1811: IF (is_debug_statement_on) THEN
1812: okl_debug_pub.log_debug
1813: (g_level_statement,
1814: l_module_name,
1815: 'After okl_am_termnt_quote_pub.terminate_quote '
1816: );
1817: okl_debug_pub.log_debug
1818: (g_level_statement,
1819: l_module_name,

Line 3023: ('Amount matches. Calling api okl_am_termnt_quote_pub.terminate_quote with parameters:'

3019: l_quote_date_effective_to;
3020: l_qtev_rec.accepted_yn := 'Y';
3021: l_qtev_rec.preproceeds_yn := 'N';
3022: log_debug
3023: ('Amount matches. Calling api okl_am_termnt_quote_pub.terminate_quote with parameters:'
3024: );
3025: log_debug ( 'p_term_rec.id = '
3026: || l_qtev_rec.ID
3027: );

Line 3047: okl_am_termnt_quote_pub.terminate_quote

3043: log_debug
3044: ( 'p_term_rec.preproceeds_yn = '
3045: || l_qtev_rec.preproceeds_yn
3046: );
3047: okl_am_termnt_quote_pub.terminate_quote
3048: (p_api_version => l_api_version,
3049: p_init_msg_list => l_init_msg_list,
3050: x_return_status => l_return_status,
3051: x_msg_count => l_msg_count,

Line 3058: ( 'okl_am_termnt_quote_pub.terminate_quote return status = '

3054: x_term_rec => x_qtev_rec,
3055: x_err_msg => l_err_msg
3056: );
3057: log_debug
3058: ( 'okl_am_termnt_quote_pub.terminate_quote return status = '
3059: || l_return_status
3060: );
3061: EXIT;
3062: END IF;