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.15.12010000.2 2008/07/31 07:20:55 sbhaskar 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 167: IF NOT fa_cache_pkg.fazcbc(p_book_type_code) THEN

163: END IF;
164: l_message := 'category sql end';
165:
166:
167: IF NOT fa_cache_pkg.fazcbc(p_book_type_code) THEN
168: raise main_err;
169: END IF;
170:
171: