DBA Data[Home] [Help]

APPS.FA_RX_GROUP dependencies on FA_CACHE_PKG

Line 5: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

1: PACKAGE BODY FA_RX_GROUP AS
2: /* $Header: farxgab.pls 120.20 2010/03/31 09:31:51 gigupta ship $ */
3:
4: -- global variables
5: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
6:
7:
8: PROCEDURE get_group_asset_info (
9: p_book_type_code IN VARCHAR2,

Line 238: IF NOT fa_cache_pkg.fazcbc(p_book_type_code) THEN

234: END IF;
235: l_message := 'category sql end';
236:
237:
238: IF NOT fa_cache_pkg.fazcbc(p_book_type_code) THEN
239: raise main_err;
240: END IF;
241:
242: