DBA Data[Home] [Help]

APPS.FA_FASCOSTS_XMLP_PKG dependencies on FA_CACHE_PKG

Line 405: if not fa_cache_pkg.fazcsob

401: end;
402:
403:
404: if (h_set_of_books_id is not null) then
405: if not fa_cache_pkg.fazcsob
406: (X_set_of_books_id => h_set_of_books_id,
407: X_mrc_sob_type_code => h_reporting_flag) then
408: raise FND_API.G_EXC_UNEXPECTED_ERROR;
409: end if;

Line 871: if not fa_cache_pkg.fazcsob

867: h_set_of_books_id := null;
868: end;
869:
870: if (h_set_of_books_id is not null) then
871: if not fa_cache_pkg.fazcsob
872: (X_set_of_books_id => h_set_of_books_id,
873: X_mrc_sob_type_code => h_reporting_flag) then
874: raise FND_API.G_EXC_UNEXPECTED_ERROR;
875: end if;

Line 1075: if not fa_cache_pkg.fazcsob

1071: h_set_of_books_id := null;
1072: end;
1073:
1074: if (h_set_of_books_id is not null) then
1075: if not fa_cache_pkg.fazcsob
1076: (X_set_of_books_id => h_set_of_books_id,
1077: X_mrc_sob_type_code => h_reporting_flag) then
1078: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1079: end if;

Line 1611: if not fa_cache_pkg.fazcsob

1607: h_set_of_books_id := null;
1608: end;
1609:
1610: if (h_set_of_books_id is not null) then
1611: if not fa_cache_pkg.fazcsob
1612: (X_set_of_books_id => h_set_of_books_id,
1613: X_mrc_sob_type_code => h_reporting_flag) then
1614: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1615: end if;

Line 1960: if not fa_cache_pkg.fazcsob

1956: h_set_of_books_id := null;
1957: end;
1958:
1959: if (h_set_of_books_id is not null) then
1960: if not fa_cache_pkg.fazcsob
1961: (X_set_of_books_id => h_set_of_books_id,
1962: X_mrc_sob_type_code => h_reporting_flag) then
1963: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1964: end if;

Line 2291: if not fa_cache_pkg.fazcsob

2287: h_set_of_books_id := null;
2288: end;
2289:
2290: if (h_set_of_books_id is not null) then
2291: if not fa_cache_pkg.fazcsob
2292: (X_set_of_books_id => h_set_of_books_id,
2293: X_mrc_sob_type_code => h_reporting_flag) then
2294: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2295: end if;

Line 2575: if not fa_cache_pkg.fazcsob

2571: h_set_of_books_id := null;
2572: end;
2573:
2574: if (h_set_of_books_id is not null) then
2575: if not fa_cache_pkg.fazcsob
2576: (X_set_of_books_id => h_set_of_books_id,
2577: X_mrc_sob_type_code => h_reporting_flag) then
2578: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2579: end if;