DBA Data[Home] [Help]

APPS.FA_FASRSVES_XMLP_PKG dependencies on FA_CACHE_PKG

Line 429: if not fa_cache_pkg.fazcsob

425: end;
426:
427:
428: if (h_set_of_books_id is not null) then
429: if not fa_cache_pkg.fazcsob
430: (X_set_of_books_id => h_set_of_books_id,
431: X_mrc_sob_type_code => h_reporting_flag) then
432: raise FND_API.G_EXC_UNEXPECTED_ERROR;
433: end if;

Line 895: if not fa_cache_pkg.fazcsob

891: h_set_of_books_id := null;
892: end;
893:
894: if (h_set_of_books_id is not null) then
895: if not fa_cache_pkg.fazcsob
896: (X_set_of_books_id => h_set_of_books_id,
897: X_mrc_sob_type_code => h_reporting_flag) then
898: raise FND_API.G_EXC_UNEXPECTED_ERROR;
899: end if;

Line 1099: if not fa_cache_pkg.fazcsob

1095: h_set_of_books_id := null;
1096: end;
1097:
1098: if (h_set_of_books_id is not null) then
1099: if not fa_cache_pkg.fazcsob
1100: (X_set_of_books_id => h_set_of_books_id,
1101: X_mrc_sob_type_code => h_reporting_flag) then
1102: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1103: end if;

Line 1635: if not fa_cache_pkg.fazcsob

1631: h_set_of_books_id := null;
1632: end;
1633:
1634: if (h_set_of_books_id is not null) then
1635: if not fa_cache_pkg.fazcsob
1636: (X_set_of_books_id => h_set_of_books_id,
1637: X_mrc_sob_type_code => h_reporting_flag) then
1638: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1639: end if;

Line 1984: if not fa_cache_pkg.fazcsob

1980: h_set_of_books_id := null;
1981: end;
1982:
1983: if (h_set_of_books_id is not null) then
1984: if not fa_cache_pkg.fazcsob
1985: (X_set_of_books_id => h_set_of_books_id,
1986: X_mrc_sob_type_code => h_reporting_flag) then
1987: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1988: end if;

Line 2315: if not fa_cache_pkg.fazcsob

2311: h_set_of_books_id := null;
2312: end;
2313:
2314: if (h_set_of_books_id is not null) then
2315: if not fa_cache_pkg.fazcsob
2316: (X_set_of_books_id => h_set_of_books_id,
2317: X_mrc_sob_type_code => h_reporting_flag) then
2318: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2319: end if;

Line 2599: if not fa_cache_pkg.fazcsob

2595: h_set_of_books_id := null;
2596: end;
2597:
2598: if (h_set_of_books_id is not null) then
2599: if not fa_cache_pkg.fazcsob
2600: (X_set_of_books_id => h_set_of_books_id,
2601: X_mrc_sob_type_code => h_reporting_flag) then
2602: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2603: end if;