DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on FA_CACHE_PKG

Line 128: l_err_stage:= 'fa_cache_pkg.fazcbc';

124: );
125: end if;
126:
127:
128: l_err_stage:= 'fa_cache_pkg.fazcbc';
129: if (g_log_level_rec.statement_level) then
130: fa_debug_pkg.add('Update_desc', 'before', l_err_stage
131: ,p_log_level_rec => g_log_level_rec);
132: end if;

Line 134: if (NOT fa_cache_pkg.fazcbc (

130: fa_debug_pkg.add('Update_desc', 'before', l_err_stage
131: ,p_log_level_rec => g_log_level_rec);
132: end if;
133:
134: if (NOT fa_cache_pkg.fazcbc (
135: X_book => px_asset_hdr_rec.book_type_code,
136: p_log_level_rec => g_log_level_rec)) then
137: raise pub_error;
138: end if;

Line 1441: l_rsob_tbl fa_cache_pkg.fazcrsob_sob_tbl_type;

1437:
1438:
1439: -- For primary and reporting books
1440: l_reporting_flag varchar2(1) := 'P';
1441: l_rsob_tbl fa_cache_pkg.fazcrsob_sob_tbl_type;
1442: l_mrc_asset_hdr_rec fa_api_types.asset_hdr_rec_type;
1443:
1444: BEGIN
1445:

Line 1492: if (NOT fa_cache_pkg.fazcbc (

1488: end if;
1489: end if;
1490:
1491: -- Call the cache for the primary transaction book
1492: if (NOT fa_cache_pkg.fazcbc (
1493: X_book => px_asset_hdr_rec.book_type_code,
1494: p_log_level_rec => g_log_level_rec)) then
1495: raise inv_err;
1496: end if;

Line 1499: fa_cache_pkg.fazcbc_record.set_of_books_id;

1495: raise inv_err;
1496: end if;
1497:
1498: px_asset_hdr_rec.set_of_books_id :=
1499: fa_cache_pkg.fazcbc_record.set_of_books_id;
1500:
1501: -- Set the gl_sob profile to this book
1502: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
1503: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);

Line 1514: if (NOT fa_cache_pkg.fazcsob (

1510: raise inv_err;
1511: end if;
1512:
1513: -- Call cache to verify whether this is a primary or reporting book
1514: if (NOT fa_cache_pkg.fazcsob (
1515: X_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
1516: X_mrc_sob_type_code => l_reporting_flag,
1517: p_log_level_rec => g_log_level_rec)) then
1518: raise inv_err;

Line 1523: if (NOT fa_cache_pkg.fazcrsob (

1519: end if;
1520:
1521: -- Call the reporting books cache to get rep books.
1522: if (l_reporting_flag <> 'R') then
1523: if (NOT fa_cache_pkg.fazcrsob (
1524: x_book_type_code => px_asset_hdr_rec.book_type_code,
1525: x_sob_tbl => l_rsob_tbl,
1526: p_log_level_rec => g_log_level_rec)) then
1527: raise inv_err;

Line 1552: if (NOT fa_cache_pkg.fazcbcs (

1548: fnd_client_info.set_currency_context
1549: (l_mrc_asset_hdr_rec.set_of_books_id);
1550:
1551: -- Need to always call fazcbcs
1552: if (NOT fa_cache_pkg.fazcbcs (
1553: X_book => l_mrc_asset_hdr_rec.book_type_code,
1554: p_log_level_rec => g_log_level_rec)) then
1555: raise inv_err;
1556: end if;

Line 2066: l_rsob_tbl fa_cache_pkg.fazcrsob_sob_tbl_type;

2062: l_calling_fn varchar2(40) := 'FA_ASSET_DESC_PUB.update_retirement_desc';
2063:
2064: -- For primary and reporting books
2065: l_reporting_flag varchar2(1) := 'P';
2066: l_rsob_tbl fa_cache_pkg.fazcrsob_sob_tbl_type;
2067: l_mrc_asset_hdr_rec fa_api_types.asset_hdr_rec_type;
2068:
2069: l_old_primary_proceeds_of_sale number;
2070: l_old_primary_cost_of_removal number;

Line 2126: if (NOT fa_cache_pkg.fazcbc (

2122: end if;
2123:
2124:
2125: -- Call the cache for the primary transaction book
2126: if (NOT fa_cache_pkg.fazcbc (
2127: X_book => px_asset_hdr_rec.book_type_code,
2128: p_log_level_rec => g_log_level_rec)) then
2129: raise ret_err;
2130: end if;

Line 2133: fa_cache_pkg.fazcbc_record.set_of_books_id;

2129: raise ret_err;
2130: end if;
2131:
2132: px_asset_hdr_rec.set_of_books_id :=
2133: fa_cache_pkg.fazcbc_record.set_of_books_id;
2134:
2135: -- Set the gl_sob profile to this book
2136: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
2137: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);

Line 2148: if (NOT fa_cache_pkg.fazcsob (

2144: raise ret_err;
2145: end if;
2146:
2147: -- Call cache to verify whether this is a primary or reporting book
2148: if (NOT fa_cache_pkg.fazcsob (
2149: X_set_of_books_id => px_asset_hdr_rec.set_of_books_id,
2150: X_mrc_sob_type_code => l_reporting_flag,
2151: p_log_level_rec => g_log_level_rec)) then
2152: raise ret_err;

Line 2157: if (NOT fa_cache_pkg.fazcrsob (

2153: end if;
2154:
2155: -- Call the reporting books cache to get rep books.
2156: if (l_reporting_flag <> 'R') then
2157: if (NOT fa_cache_pkg.fazcrsob (
2158: x_book_type_code => px_asset_hdr_rec.book_type_code,
2159: x_sob_tbl => l_rsob_tbl,
2160: p_log_level_rec => g_log_level_rec)) then
2161: raise ret_err;

Line 2186: if (NOT fa_cache_pkg.fazcbcs (

2182: fnd_client_info.set_currency_context
2183: (l_mrc_asset_hdr_rec.set_of_books_id);
2184:
2185: -- Need to always call fazcbcs
2186: if (NOT fa_cache_pkg.fazcbcs (
2187: X_book => l_mrc_asset_hdr_rec.book_type_code,
2188: p_log_level_rec => g_log_level_rec)) then
2189: raise ret_err;
2190: end if;

Line 2784: if not fa_cache_pkg.fazcat(

2780: BEGIN
2781:
2782: -- Get defaults from the category.
2783: /*
2784: if not fa_cache_pkg.fazcat(
2785: X_cat_id => px_asset_cat_rec.category_id
2786: ,p_log_level_rec => p_log_level_rec) then
2787: fa_srvr_msg.add_message(
2788: calling_fn => 'fa_asset_desc_pub.initialize_category_df',

Line 2793: if not fa_cache_pkg.fazsys then

2789: p_log_level_rec => p_log_level_rec);
2790: return FALSE;
2791: end if;
2792: */
2793: if not fa_cache_pkg.fazsys then
2794: fa_srvr_msg.add_message(
2795: calling_fn => 'fa_asset_desc_pub.initialize_category_df',
2796: p_log_level_rec => p_log_level_rec);
2797: return FALSE;

Line 2801: fa_cache_pkg.fazsys_record.category_flex_structure;

2797: return FALSE;
2798: end if;
2799:
2800: l_category_chart_id :=
2801: fa_cache_pkg.fazsys_record.category_flex_structure;
2802:
2803: if not fa_flex_pvt.get_concat_segs (
2804: p_ccid => px_asset_cat_rec.category_id,
2805: p_application_short_name => 'OFA',