DBA Data[Home] [Help]

PACKAGE: APPS.FA_XLA_DRILL_GT_PKG

Source


1 PACKAGE FA_XLA_DRILL_GT_PKG AUTHID CURRENT_USER AS
2 /* $Header: FAXLAGTS.pls 120.0.12010000.3 2009/07/19 08:29:37 glchen ship $   */
3 
4 /*=========================================================================+
5  | Function Name:                                                          |
6  |    load_trx_gt                                                          |
7  |                                                                         |
8  | Description:                                                            |
9  |    This function will insert the transaction_header_id into the GT table|
10  |    so that the inquiry view fa_ael_sl_v returns correct data.           |
11  |                                                                         |
12  +=========================================================================*/
13 FUNCTION load_trx_gt(
14    p_transaction_header_id       NUMBER,
15    p_book_type_code              VARCHAR2
16 ) return BOOLEAN;
17 
18 
19 END FA_XLA_DRILL_GT_PKG;