DBA Data[Home] [Help]

APPS.FA_METHODS_PKG dependencies on FA_CACHE_PKG

Line 856: if not fa_cache_pkg.fazccmt (

852: h_last_updated_by number;
853:
854: BEGIN
855:
856: if not fa_cache_pkg.fazccmt (
857: X_method => x_method_code,
858: X_life => x_life_in_months) then
859:
860: h_method_id := null;

Line 864: h_method_id := fa_cache_pkg.fazccmt_record.method_id;

860: h_method_id := null;
861:
862: else
863:
864: h_method_id := fa_cache_pkg.fazccmt_record.method_id;
865: h_last_update_date := fa_cache_pkg.fazccmt_record.last_update_date;
866: h_last_updated_by := fa_cache_pkg.fazccmt_record.last_updated_by;
867:
868: end if;

Line 865: h_last_update_date := fa_cache_pkg.fazccmt_record.last_update_date;

861:
862: else
863:
864: h_method_id := fa_cache_pkg.fazccmt_record.method_id;
865: h_last_update_date := fa_cache_pkg.fazccmt_record.last_update_date;
866: h_last_updated_by := fa_cache_pkg.fazccmt_record.last_updated_by;
867:
868: end if;
869:

Line 866: h_last_updated_by := fa_cache_pkg.fazccmt_record.last_updated_by;

862: else
863:
864: h_method_id := fa_cache_pkg.fazccmt_record.method_id;
865: h_last_update_date := fa_cache_pkg.fazccmt_record.last_update_date;
866: h_last_updated_by := fa_cache_pkg.fazccmt_record.last_updated_by;
867:
868: end if;
869:
870: if (x_upload_mode = 'NLS') then