DBA Data[Home] [Help]

APPS.FA_FASCOSTS_XMLP_PKG dependencies on FND_API

Line 408: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
410: else
411: select set_of_books_id
412: 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 1078: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
1080: else
1081: h_reporting_flag := 'P';
1082: end if;

Line 1614: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
1616: else
1617: h_reporting_flag := 'P';
1618: end if;

Line 1963: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
1965: else
1966: h_reporting_flag := 'P';
1967: end if;

Line 2294: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
2296: else
2297: h_reporting_flag := 'P';
2298: end if;

Line 2578: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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;
2580: else
2581: h_reporting_flag := 'P';
2582: end if;