DBA Data[Home] [Help]

APPS.OKL_BPD_ADVANCED_CASH_APP_PUB dependencies on OKL_BPD_ADVANCED_CASH_APP_PUB

Line 1: PACKAGE BODY OKL_BPD_ADVANCED_CASH_APP_PUB AS

1: PACKAGE BODY OKL_BPD_ADVANCED_CASH_APP_PUB AS
2: /* $Header: OKLPAVCB.pls 120.12 2008/01/23 09:30:37 asawanka ship $ */
3:
4: PROCEDURE ADVANCED_CASH_APP ( p_api_version IN NUMBER
5: ,p_init_msg_list IN VARCHAR2 DEFAULT Okc_Api.G_FALSE

Line 277: OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_ADVANCED_CASH_APP ( p_api_version => l_api_version

273: IF p_cross_currency_allowed IS NULL THEN
274: l_cross_currency_allowed := 'N';
275: END IF;
276:
277: OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_ADVANCED_CASH_APP ( p_api_version => l_api_version
278: ,p_init_msg_list => l_init_msg_list
279: ,x_return_status => l_return_status
280: ,x_msg_count => l_msg_count
281: ,x_msg_data => l_msg_data

Line 293: ,'Unexpected error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_ADVANCED_CASH_APP ');

289: ,p_cross_currency_allowed => l_cross_currency_allowed
290: );
291: IF (l_return_status = okl_api.g_ret_sts_unexp_error) THEN
292: fnd_file.put_line(fnd_file.log
293: ,'Unexpected error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_ADVANCED_CASH_APP ');
294: RAISE okl_api.g_exception_unexpected_error;
295: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
296: fnd_file.put_line(fnd_file.log
297: ,'Error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_ADVANCED_CASH_APP ');

Line 297: ,'Error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_ADVANCED_CASH_APP ');

293: ,'Unexpected error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_ADVANCED_CASH_APP ');
294: RAISE okl_api.g_exception_unexpected_error;
295: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
296: fnd_file.put_line(fnd_file.log
297: ,'Error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_ADVANCED_CASH_APP ');
298: RAISE okl_api.g_exception_error;
299: END IF;
300:
301: BEGIN

Line 507: OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_RCPT_W_CNTRCT ( p_api_version => l_api_version

503:
504: IF p_cross_currency_allowed IS NULL THEN
505: l_cross_currency_allowed := 'N';
506: END IF;
507: OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_RCPT_W_CNTRCT ( p_api_version => l_api_version
508: ,p_init_msg_list => l_init_msg_list
509: ,x_return_status => l_return_status
510: ,x_msg_count => l_msg_count
511: ,x_msg_data => l_msg_data

Line 518: ,'Unexpected error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_RCPT_W_CNTRCT');

514: ,p_cross_currency_allowed => l_cross_currency_allowed
515: );
516: IF (l_return_status = okl_api.g_ret_sts_unexp_error) THEN
517: fnd_file.put_line(fnd_file.log
518: ,'Unexpected error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_RCPT_W_CNTRCT');
519: RAISE okl_api.g_exception_unexpected_error;
520: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
521: fnd_file.put_line(fnd_file.log
522: ,'Error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_RCPT_W_CNTRCT');

Line 522: ,'Error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_RCPT_W_CNTRCT');

518: ,'Unexpected error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_RCPT_W_CNTRCT');
519: RAISE okl_api.g_exception_unexpected_error;
520: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
521: fnd_file.put_line(fnd_file.log
522: ,'Error in call to OKL_BPD_ADVANCED_CASH_APP_PUB.REAPPLIC_RCPT_W_CNTRCT');
523: END IF;
524:
525:
526:

Line 710: END OKL_BPD_ADVANCED_CASH_APP_PUB;

706:
707: END AR_advance_receipt;
708:
709:
710: END OKL_BPD_ADVANCED_CASH_APP_PUB;
711: