DBA Data[Home] [Help]

APPS.FA_ADDITIONS_PKG dependencies on FA_CACHE_PKG

Line 108: if (fa_cache_pkg.fa_crl_enabled) then

104: end if;
105:
106: X_asset_number := nvl(X_asset_number, to_char(X_asset_id));
107:
108: if (fa_cache_pkg.fa_crl_enabled) then
109: l_attribute15 := X_Status;
110: else
111: l_attribute15 := X_attribute15;
112: end if;

Line 702: if (fa_cache_pkg.fa_crl_enabled) then

698: else
699: l_rowid := X_Rowid;
700: end if;
701:
702: if (fa_cache_pkg.fa_crl_enabled) then
703: l_temp_attribute15 := X_Status;
704: else
705: l_temp_attribute15 := X_attribute15;
706: end if;