DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on FA_CACHE_PKG

Line 62: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

58: G_actual_flag VARCHAR2(1) := 'A';
59: G_status VARCHAR2(50) := 'NEW';
60: G_from_currency VARCHAR2(15);
61:
62: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
63:
64: PROCEDURE check_conversion_status (
65: p_rsob_id IN NUMBER,
66: p_book_type_code IN VARCHAR2) IS

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

177: gls.name = p_reporting_book;
178:
179: BEGIN
180:
181: if not fa_cache_pkg.fazcbc(X_book => p_book_type_code) then
182: RAISE book_info_error;
183: end if;
184:
185: G_rbook_name := p_reporting_book;