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.9 2005/09/14 19:18:52 bridgway noship $ */
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 744: END FA_RESERVE_TRANSFER_PUB;

740:
741:
742: end do_all_books;
743:
744: END FA_RESERVE_TRANSFER_PUB;