DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on FA_RESERVE_TRANSFER_PUB

Line 1: PACKAGE BODY FA_RESERVE_TRANSFER_PUB AS

1: PACKAGE BODY FA_RESERVE_TRANSFER_PUB AS
2: /* $Header: FAPRSVXB.pls 120.15.12020000.2 2012/11/30 13:57:44 spooyath ship $ */
3:
4:
5: --*********************** Global constants ******************************--

Line 7: G_PKG_NAME CONSTANT varchar2(30) := 'FA_RESERVE_TRANSFER_PUB';

3:
4:
5: --*********************** Global constants ******************************--
6:
7: G_PKG_NAME CONSTANT varchar2(30) := 'FA_RESERVE_TRANSFER_PUB';
8: G_API_NAME CONSTANT varchar2(30) := 'Reserve Transfer API';
9: G_API_VERSION CONSTANT number := 1.0;
10:
11: g_log_level_rec fa_api_types.log_level_rec_type;

Line 738: END FA_RESERVE_TRANSFER_PUB;

734:
735:
736: end do_all_books;
737:
738: END FA_RESERVE_TRANSFER_PUB;