DBA Data[Home] [Help]

APPS.ZPB_ACVAL_PVT dependencies on STANDARD

Line 257: -- Standard Start of API savepoint

253:
254: x_changeCurrentRun := 'Y';
255: i := 4;
256:
257: -- Standard Start of API savepoint
258: SAVEPOINT zpb_acval_pvt_validate;
259:
260: -- API body
261: l_edt_ac_id := p_analysis_cycle_id;

Line 1345: -- Standard Start of API savepoint

1341: and analysis_cycle_id = p_analysis_cycle_id;
1342:
1343:
1344: begin
1345: -- Standard Start of API savepoint
1346: SAVEPOINT validate_input_selections;
1347: -- Standard call to check for call compatibility.
1348: IF NOT FND_API.Compatible_API_Call( l_api_version,
1349: p_api_version,

Line 1347: -- Standard call to check for call compatibility.

1343:
1344: begin
1345: -- Standard Start of API savepoint
1346: SAVEPOINT validate_input_selections;
1347: -- Standard call to check for call compatibility.
1348: IF NOT FND_API.Compatible_API_Call( l_api_version,
1349: p_api_version,
1350: l_api_name,
1351: G_PKG_NAME)

Line 1696: -- Standard Start of API savepoint

1692: and o.selection_name = l_selection_name
1693: and o.hierarchy = l_hierarchy
1694: AND NVL(o.match_input_flag, 'N') <> 'Y';
1695: begin
1696: -- Standard Start of API savepoint
1697: SAVEPOINT validate_solve_levels;
1698: -- Standard call to check for call compatibility.
1699: IF NOT FND_API.Compatible_API_Call( l_api_version,
1700: p_api_version,

Line 1698: -- Standard call to check for call compatibility.

1694: AND NVL(o.match_input_flag, 'N') <> 'Y';
1695: begin
1696: -- Standard Start of API savepoint
1697: SAVEPOINT validate_solve_levels;
1698: -- Standard call to check for call compatibility.
1699: IF NOT FND_API.Compatible_API_Call( l_api_version,
1700: p_api_version,
1701: l_api_name,
1702: G_PKG_NAME)

Line 1908: -- Standard Start of API savepoint

1904: and name in ('TEMPLATE_DATAENTRY_OBJ_PATH','TEMPLATE_DATAENTRY_OBJ_NAME');
1905:
1906: begin
1907:
1908: -- Standard Start of API savepoint
1909: SAVEPOINT val_gentemp_le_model;
1910: -- Standard call to check for call compatibility.
1911: IF NOT FND_API.Compatible_API_Call( l_api_version,
1912: p_api_version,

Line 1910: -- Standard call to check for call compatibility.

1906: begin
1907:
1908: -- Standard Start of API savepoint
1909: SAVEPOINT val_gentemp_le_model;
1910: -- Standard call to check for call compatibility.
1911: IF NOT FND_API.Compatible_API_Call( l_api_version,
1912: p_api_version,
1913: l_api_name,
1914: G_PKG_NAME)

Line 2081: -- Standard Start of API savepoint

2077: where task_id = l_task_id
2078: and name in ('TEMPLATE_DATAENTRY_OBJ_PATH','TEMPLATE_DATAENTRY_OBJ_NAME');
2079:
2080: begin
2081: -- Standard Start of API savepoint
2082: SAVEPOINT val_gentemp_le_model;
2083: -- Standard call to check for call compatibility.
2084: IF NOT FND_API.Compatible_API_Call( l_api_version,
2085: p_api_version,

Line 2083: -- Standard call to check for call compatibility.

2079:
2080: begin
2081: -- Standard Start of API savepoint
2082: SAVEPOINT val_gentemp_le_model;
2083: -- Standard call to check for call compatibility.
2084: IF NOT FND_API.Compatible_API_Call( l_api_version,
2085: p_api_version,
2086: l_api_name,
2087: G_PKG_NAME)

Line 2255: -- Standard Start of API savepoint

2251: and member = p_line_mem
2252: and dimension = p_dim;
2253: begin
2254:
2255: -- Standard Start of API savepoint
2256: SAVEPOINT val_solve_input_higher_levels;
2257: -- Standard call to check for call compatibility.
2258: IF NOT FND_API.Compatible_API_Call( l_api_version,
2259: p_api_version,

Line 2257: -- Standard call to check for call compatibility.

2253: begin
2254:
2255: -- Standard Start of API savepoint
2256: SAVEPOINT val_solve_input_higher_levels;
2257: -- Standard call to check for call compatibility.
2258: IF NOT FND_API.Compatible_API_Call( l_api_version,
2259: p_api_version,
2260: l_api_name,
2261: G_PKG_NAME)

Line 2550: -- Standard Start of API savepoint

2546: AND NVL(o.match_input_flag, 'N') <> 'Y';
2547:
2548:
2549: begin
2550: -- Standard Start of API savepoint
2551: SAVEPOINT validate_output_selections;
2552: -- Standard call to check for call compatibility.
2553: IF NOT FND_API.Compatible_API_Call( l_api_version,
2554: p_api_version,

Line 2552: -- Standard call to check for call compatibility.

2548:
2549: begin
2550: -- Standard Start of API savepoint
2551: SAVEPOINT validate_output_selections;
2552: -- Standard call to check for call compatibility.
2553: IF NOT FND_API.Compatible_API_Call( l_api_version,
2554: p_api_version,
2555: l_api_name,
2556: G_PKG_NAME)

Line 2804: -- Standard Start of API savepoint

2800: output_selections_cur selections_cur;
2801:
2802: begin
2803:
2804: -- Standard Start of API savepoint
2805: SAVEPOINT val_solve_hrzselections;
2806: -- Standard call to check for call compatibility.
2807: IF NOT FND_API.Compatible_API_Call( l_api_version,
2808: p_api_version,

Line 2806: -- Standard call to check for call compatibility.

2802: begin
2803:
2804: -- Standard Start of API savepoint
2805: SAVEPOINT val_solve_hrzselections;
2806: -- Standard call to check for call compatibility.
2807: IF NOT FND_API.Compatible_API_Call( l_api_version,
2808: p_api_version,
2809: l_api_name,
2810: G_PKG_NAME)

Line 2942: -- Standard Start of API savepoint

2938: from zpb_analysis_cycles
2939: where analysis_cycle_id = p_analysis_cycle_id;
2940:
2941: BEGIN
2942: -- Standard Start of API savepoint
2943: SAVEPOINT zpb_acval_pvt_delete_view;
2944: open published_ac;
2945: fetch published_ac into l_status_code;
2946: close published_ac;