DBA Data[Home] [Help]

APPS.FA_FASRSVES_XMLP_PKG dependencies on FND_API

Line 432: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
434: else
435: select set_of_books_id
436: into h_set_of_books_id

Line 898: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
900: else
901: select set_of_books_id
902: into h_set_of_books_id

Line 1102: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
1104: else
1105: h_reporting_flag := 'P';
1106: end if;

Line 1638: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
1640: else
1641: h_reporting_flag := 'P';
1642: end if;

Line 1987: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
1989: else
1990: h_reporting_flag := 'P';
1991: end if;

Line 2318: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
2320: else
2321: h_reporting_flag := 'P';
2322: end if;

Line 2602: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
2604: else
2605: h_reporting_flag := 'P';
2606: end if;