DBA Data[Home] [Help]

APPS.FA_FASRSVED_XMLP_PKG dependencies on FND_API

Line 441: raise FND_API.G_EXC_UNEXPECTED_ERROR;

437: if (h_set_of_books_id is not null) then
438: if not fa_cache_pkg.fazcsob
439: (X_set_of_books_id => h_set_of_books_id,
440: X_mrc_sob_type_code => h_reporting_flag) then
441: raise FND_API.G_EXC_UNEXPECTED_ERROR;
442: end if;
443: else
444: select set_of_books_id
445: into h_set_of_books_id

Line 901: raise FND_API.G_EXC_UNEXPECTED_ERROR;

897: if (h_set_of_books_id is not null) then
898: if not fa_cache_pkg.fazcsob
899: (X_set_of_books_id => h_set_of_books_id,
900: X_mrc_sob_type_code => h_reporting_flag) then
901: raise FND_API.G_EXC_UNEXPECTED_ERROR;
902: end if;
903: else
904: select set_of_books_id
905: into h_set_of_books_id

Line 1097: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

Line 1627: raise FND_API.G_EXC_UNEXPECTED_ERROR;

1623: if (h_set_of_books_id is not null) then
1624: if not fa_cache_pkg.fazcsob
1625: (X_set_of_books_id => h_set_of_books_id,
1626: X_mrc_sob_type_code => h_reporting_flag) then
1627: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1628: end if;
1629: else
1630: h_reporting_flag := 'P';
1631: end if;

Line 1967: raise FND_API.G_EXC_UNEXPECTED_ERROR;

1963: if (h_set_of_books_id is not null) then
1964: if not fa_cache_pkg.fazcsob
1965: (X_set_of_books_id => h_set_of_books_id,
1966: X_mrc_sob_type_code => h_reporting_flag) then
1967: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1968: end if;
1969: else
1970: h_reporting_flag := 'P';
1971: end if;

Line 2290: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

Line 2571: raise FND_API.G_EXC_UNEXPECTED_ERROR;

2567: if (h_set_of_books_id is not null) then
2568: if not fa_cache_pkg.fazcsob
2569: (X_set_of_books_id => h_set_of_books_id,
2570: X_mrc_sob_type_code => h_reporting_flag) then
2571: raise FND_API.G_EXC_UNEXPECTED_ERROR;
2572: end if;
2573: else
2574: h_reporting_flag := 'P';
2575: end if;