DBA Data[Home] [Help]

APPS.FA_ADJUSTMENTS_T_PKG dependencies on FA_CACHE_PKG

Line 3: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

1: PACKAGE BODY FA_ADJUSTMENTS_T_PKG AS
2: /* $Header: fapadjtb.pls 120.1.12010000.1 2008/07/28 13:22:10 appldev ship $ */
3: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
4:
5: procedure prepare(w_clause in varchar2, p_batch_id in number, action_flag in varchar2) is
6:
7: type refcrs is ref cursor;

Line 96: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

92: and fat.batch_id = p_batch_id;
93:
94: begin
95:
96: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
97:
98: l_query := 'select asset_number,
99: asset_type,
100: attribute_category_code,