DBA Data[Home] [Help]

APPS.FA_FASCOSTD_XMLP_PKG dependencies on FND_API

Line 414: raise FND_API.G_EXC_UNEXPECTED_ERROR;

410: if (h_set_of_books_id is not null) then
411: if not fa_cache_pkg.fazcsob
412: (X_set_of_books_id => h_set_of_books_id,
413: X_mrc_sob_type_code => h_reporting_flag) then
414: raise FND_API.G_EXC_UNEXPECTED_ERROR;
415: end if;
416: else
417: select set_of_books_id
418: into h_set_of_books_id

Line 874: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
876: else
877: select set_of_books_id
878: into h_set_of_books_id

Line 1070: raise FND_API.G_EXC_UNEXPECTED_ERROR;

1066: if (h_set_of_books_id is not null) then
1067: if not fa_cache_pkg.fazcsob
1068: (X_set_of_books_id => h_set_of_books_id,
1069: X_mrc_sob_type_code => h_reporting_flag) then
1070: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1071: end if;
1072: else
1073: h_reporting_flag := 'P';
1074: end if;

Line 1600: raise FND_API.G_EXC_UNEXPECTED_ERROR;

1596: if (h_set_of_books_id is not null) then
1597: if not fa_cache_pkg.fazcsob
1598: (X_set_of_books_id => h_set_of_books_id,
1599: X_mrc_sob_type_code => h_reporting_flag) then
1600: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1601: end if;
1602: else
1603: h_reporting_flag := 'P';
1604: end if;

Line 1940: raise FND_API.G_EXC_UNEXPECTED_ERROR;

1936: if (h_set_of_books_id is not null) then
1937: if not fa_cache_pkg.fazcsob
1938: (X_set_of_books_id => h_set_of_books_id,
1939: X_mrc_sob_type_code => h_reporting_flag) then
1940: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1941: end if;
1942: else
1943: h_reporting_flag := 'P';
1944: end if;

Line 2263: raise FND_API.G_EXC_UNEXPECTED_ERROR;

2259: if (h_set_of_books_id is not null) then
2260: if not fa_cache_pkg.fazcsob
2261: (X_set_of_books_id => h_set_of_books_id,
2262: X_mrc_sob_type_code => h_reporting_flag) then
2263: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2264: end if;
2265: else
2266: h_reporting_flag := 'P';
2267: end if;

Line 2544: raise FND_API.G_EXC_UNEXPECTED_ERROR;

2540: if (h_set_of_books_id is not null) then
2541: if not fa_cache_pkg.fazcsob
2542: (X_set_of_books_id => h_set_of_books_id,
2543: X_mrc_sob_type_code => h_reporting_flag) then
2544: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2545: end if;
2546: else
2547: h_reporting_flag := 'P';
2548: end if;