DBA Data[Home] [Help]

APPS.IA_POST_REQUEST_PKG dependencies on FA_CACHE_PKG

Line 4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

1: PACKAGE BODY IA_POST_REQUEST_PKG as
2: /* $Header: IAPREQB.pls 120.1 2005/10/05 10:25:18 bridgway noship $ */
3:
4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
5:
6: FUNCTION validate_transfer (
7: p_request_detail_id IN NUMBER,
8: p_book_type_code IN VARCHAR2,

Line 141: if not fa_cache_pkg.fazcbc(X_book => p_book_type_code) then

137: -- Clear the debug stack for each asset
138: fa_debug_pkg.initialize;
139: fa_srvr_msg.init_server_message;
140:
141: if not fa_cache_pkg.fazcbc(X_book => p_book_type_code) then
142: raise masstfr_err;
143: end if;
144: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
145:

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

140:
141: if not fa_cache_pkg.fazcbc(X_book => p_book_type_code) then
142: raise masstfr_err;
143: end if;
144: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
145:
146: open tfr_lines;
147:
148: fetch tfr_lines bulk collect into