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 707: if (fa_cache_pkg.fa_crl_enabled) then

703: else
704: l_rowid := X_Rowid;
705: end if;
706:
707: if (fa_cache_pkg.fa_crl_enabled) then
708: l_temp_attribute15 := X_Status;
709: else
710: l_temp_attribute15 := X_attribute15;
711: end if;