DBA Data[Home] [Help]

APPS.OKI_DBI_CURRENCY_PVT dependencies on FND_MESSAGE

Line 399: fnd_message.set_name( application => 'FND'

395: RETURN OKI_DBI_CURRENCY_PVT.g_func_global_rate ;
396: EXCEPTION
397: WHEN OTHERS THEN
398: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
399: fnd_message.set_name( application => 'FND'
400: , name => 'CRM-DEBUG ERROR' ) ;
401: fnd_message.set_token( token => 'ROUTINE'
402: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_global_rate_init ' ) ;
403: bis_collection_utilities.put_line(fnd_message.get) ;

Line 401: fnd_message.set_token( token => 'ROUTINE'

397: WHEN OTHERS THEN
398: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
399: fnd_message.set_name( application => 'FND'
400: , name => 'CRM-DEBUG ERROR' ) ;
401: fnd_message.set_token( token => 'ROUTINE'
402: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_global_rate_init ' ) ;
403: bis_collection_utilities.put_line(fnd_message.get) ;
404: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
405: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 403: bis_collection_utilities.put_line(fnd_message.get) ;

399: fnd_message.set_name( application => 'FND'
400: , name => 'CRM-DEBUG ERROR' ) ;
401: fnd_message.set_token( token => 'ROUTINE'
402: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_global_rate_init ' ) ;
403: bis_collection_utilities.put_line(fnd_message.get) ;
404: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
405: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
406: END get_dbi_global_rate_init ;
407:

Line 442: fnd_message.set_name( application => 'FND'

438: RETURN OKI_DBI_CURRENCY_PVT.g_func_sglobal_rate ;
439: EXCEPTION
440: WHEN OTHERS THEN
441: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
442: fnd_message.set_name( application => 'FND'
443: , name => 'CRM-DEBUG ERROR' ) ;
444: fnd_message.set_token( token => 'ROUTINE'
445: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_sglobal_rate_init ' ) ;
446: bis_collection_utilities.put_line(fnd_message.get) ;

Line 444: fnd_message.set_token( token => 'ROUTINE'

440: WHEN OTHERS THEN
441: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
442: fnd_message.set_name( application => 'FND'
443: , name => 'CRM-DEBUG ERROR' ) ;
444: fnd_message.set_token( token => 'ROUTINE'
445: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_sglobal_rate_init ' ) ;
446: bis_collection_utilities.put_line(fnd_message.get) ;
447: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
448: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 446: bis_collection_utilities.put_line(fnd_message.get) ;

442: fnd_message.set_name( application => 'FND'
443: , name => 'CRM-DEBUG ERROR' ) ;
444: fnd_message.set_token( token => 'ROUTINE'
445: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_sglobal_rate_init ' ) ;
446: bis_collection_utilities.put_line(fnd_message.get) ;
447: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
448: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
449: END get_dbi_sglobal_rate_init ;
450:

Line 488: fnd_message.set_name( application => 'FND'

484: RETURN OKI_DBI_CURRENCY_PVT.g_func_global_rate ;
485: EXCEPTION
486: WHEN OTHERS THEN
487: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
488: fnd_message.set_name( application => 'FND'
489: , name => 'CRM-DEBUG ERROR' ) ;
490: fnd_message.set_token( token => 'ROUTINE'
491: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_global_rate ' ) ;
492: bis_collection_utilities.put_line(fnd_message.get) ;

Line 490: fnd_message.set_token( token => 'ROUTINE'

486: WHEN OTHERS THEN
487: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
488: fnd_message.set_name( application => 'FND'
489: , name => 'CRM-DEBUG ERROR' ) ;
490: fnd_message.set_token( token => 'ROUTINE'
491: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_global_rate ' ) ;
492: bis_collection_utilities.put_line(fnd_message.get) ;
493: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
494: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 492: bis_collection_utilities.put_line(fnd_message.get) ;

488: fnd_message.set_name( application => 'FND'
489: , name => 'CRM-DEBUG ERROR' ) ;
490: fnd_message.set_token( token => 'ROUTINE'
491: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_global_rate ' ) ;
492: bis_collection_utilities.put_line(fnd_message.get) ;
493: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
494: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
495: END get_dbi_global_rate ;
496:

Line 535: fnd_message.set_name( application => 'FND'

531: RETURN OKI_DBI_CURRENCY_PVT.g_func_sglobal_rate ;
532: EXCEPTION
533: WHEN OTHERS THEN
534: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
535: fnd_message.set_name( application => 'FND'
536: , name => 'CRM-DEBUG ERROR' ) ;
537: fnd_message.set_token( token => 'ROUTINE'
538: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_sglobal_rate ' ) ;
539: bis_collection_utilities.put_line(fnd_message.get) ;

Line 537: fnd_message.set_token( token => 'ROUTINE'

533: WHEN OTHERS THEN
534: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
535: fnd_message.set_name( application => 'FND'
536: , name => 'CRM-DEBUG ERROR' ) ;
537: fnd_message.set_token( token => 'ROUTINE'
538: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_sglobal_rate ' ) ;
539: bis_collection_utilities.put_line(fnd_message.get) ;
540: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
541: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 539: bis_collection_utilities.put_line(fnd_message.get) ;

535: fnd_message.set_name( application => 'FND'
536: , name => 'CRM-DEBUG ERROR' ) ;
537: fnd_message.set_token( token => 'ROUTINE'
538: , value => 'OKI_DBI_CURRENCY_PVT.get_dbi_sglobal_rate ' ) ;
539: bis_collection_utilities.put_line(fnd_message.get) ;
540: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
541: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
542: END get_dbi_sglobal_rate ;
543:

Line 578: fnd_message.set_name( application => 'FND'

574: RETURN OKI_DBI_CURRENCY_PVT.g_trx_func_rate ;
575: EXCEPTION
576: WHEN OTHERS THEN
577: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
578: fnd_message.set_name( application => 'FND'
579: , name => 'CRM-DEBUG ERROR' ) ;
580: fnd_message.set_token( token => 'ROUTINE'
581: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_func_rate ' ) ;
582: bis_collection_utilities.put_line(fnd_message.get) ;

Line 580: fnd_message.set_token( token => 'ROUTINE'

576: WHEN OTHERS THEN
577: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
578: fnd_message.set_name( application => 'FND'
579: , name => 'CRM-DEBUG ERROR' ) ;
580: fnd_message.set_token( token => 'ROUTINE'
581: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_func_rate ' ) ;
582: bis_collection_utilities.put_line(fnd_message.get) ;
583: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
584: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 582: bis_collection_utilities.put_line(fnd_message.get) ;

578: fnd_message.set_name( application => 'FND'
579: , name => 'CRM-DEBUG ERROR' ) ;
580: fnd_message.set_token( token => 'ROUTINE'
581: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_func_rate ' ) ;
582: bis_collection_utilities.put_line(fnd_message.get) ;
583: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
584: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
585: END get_trx_func_rate ;
586:

Line 622: fnd_message.set_name( application => 'FND'

618: RETURN OKI_DBI_CURRENCY_PVT.g_trx_func_rate ;
619: EXCEPTION
620: WHEN OTHERS THEN
621: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
622: fnd_message.set_name( application => 'FND'
623: , name => 'CRM-DEBUG ERROR' ) ;
624: fnd_message.set_token( token => 'ROUTINE'
625: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_func_rate_init ' ) ;
626: bis_collection_utilities.put_line(fnd_message.get) ;

Line 624: fnd_message.set_token( token => 'ROUTINE'

620: WHEN OTHERS THEN
621: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
622: fnd_message.set_name( application => 'FND'
623: , name => 'CRM-DEBUG ERROR' ) ;
624: fnd_message.set_token( token => 'ROUTINE'
625: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_func_rate_init ' ) ;
626: bis_collection_utilities.put_line(fnd_message.get) ;
627: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
628: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 626: bis_collection_utilities.put_line(fnd_message.get) ;

622: fnd_message.set_name( application => 'FND'
623: , name => 'CRM-DEBUG ERROR' ) ;
624: fnd_message.set_token( token => 'ROUTINE'
625: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_func_rate_init ' ) ;
626: bis_collection_utilities.put_line(fnd_message.get) ;
627: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
628: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;
629: END get_trx_func_rate_init ;
630:

Line 666: fnd_message.set_name( application => 'FND'

662: RETURN OKI_DBI_CURRENCY_PVT.g_trx_rate_type ;
663: EXCEPTION
664: WHEN OTHERS THEN
665: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
666: fnd_message.set_name( application => 'FND'
667: , name => 'CRM-DEBUG ERROR' ) ;
668: fnd_message.set_token( token => 'ROUTINE'
669: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_rate_type ' ) ;
670: bis_collection_utilities.put_line(fnd_message.get) ;

Line 668: fnd_message.set_token( token => 'ROUTINE'

664: WHEN OTHERS THEN
665: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
666: fnd_message.set_name( application => 'FND'
667: , name => 'CRM-DEBUG ERROR' ) ;
668: fnd_message.set_token( token => 'ROUTINE'
669: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_rate_type ' ) ;
670: bis_collection_utilities.put_line(fnd_message.get) ;
671: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
672: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR ;

Line 670: bis_collection_utilities.put_line(fnd_message.get) ;

666: fnd_message.set_name( application => 'FND'
667: , name => 'CRM-DEBUG ERROR' ) ;
668: fnd_message.set_token( token => 'ROUTINE'
669: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_rate_type ' ) ;
670: bis_collection_utilities.put_line(fnd_message.get) ;
671: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
672: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR ;
673: END get_trx_rate_type ;
674: -----------------------

Line 708: fnd_message.set_name( application => 'FND'

704: RETURN OKI_DBI_CURRENCY_PVT.g_trx_rate_type ;
705: EXCEPTION
706: WHEN OTHERS THEN
707: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
708: fnd_message.set_name( application => 'FND'
709: , name => 'CRM-DEBUG ERROR' ) ;
710: fnd_message.set_token( token => 'ROUTINE'
711: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_rate_type_init ' ) ;
712: bis_collection_utilities.put_line(fnd_message.get) ;

Line 710: fnd_message.set_token( token => 'ROUTINE'

706: WHEN OTHERS THEN
707: bis_collection_utilities.put_line(sqlerrm || '' || sqlcode ) ;
708: fnd_message.set_name( application => 'FND'
709: , name => 'CRM-DEBUG ERROR' ) ;
710: fnd_message.set_token( token => 'ROUTINE'
711: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_rate_type_init ' ) ;
712: bis_collection_utilities.put_line(fnd_message.get) ;
713: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
714: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR ;

Line 712: bis_collection_utilities.put_line(fnd_message.get) ;

708: fnd_message.set_name( application => 'FND'
709: , name => 'CRM-DEBUG ERROR' ) ;
710: fnd_message.set_token( token => 'ROUTINE'
711: , value => 'OKI_DBI_CURRENCY_PVT.get_trx_rate_type_init ' ) ;
712: bis_collection_utilities.put_line(fnd_message.get) ;
713: bis_collection_utilities.put_line( ' CHR_ID : ' || to_char(p_chr_id) ) ;
714: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR ;
715: END get_trx_rate_type_init ;
716: