DBA Data[Home] [Help]

APPS.GMS_BUDGET_PUB dependencies on FND_API

Line 1725: IF FND_API.TO_BOOLEAN( p_init_msg_list )

1721: x_err_stack := x_err_stack ||'-> create_draft_budget';
1722:
1723: -- Initialize the message table if requested.
1724:
1725: IF FND_API.TO_BOOLEAN( p_init_msg_list )
1726: THEN
1727:
1728: FND_MSG_PUB.initialize;
1729:

Line 1740: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

1736:
1737:
1738: -- Standard call to check for call compatibility.
1739:
1740: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
1741: p_api_version_number ,
1742: l_api_name ,
1743: G_PKG_NAME )
1744: THEN

Line 2023: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

2019: p_resource_list_id => p_resource_list_id,
2020: p_out_resource_list_id => l_resource_list_id,
2021: p_return_status => l_return_status );
2022:
2023: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2024: p_return_status := l_return_status;
2025: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2026: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2027: p_return_status := l_return_status;

Line 2025: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

2021: p_return_status => l_return_status );
2022:
2023: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2024: p_return_status := l_return_status;
2025: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2026: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2027: p_return_status := l_return_status;
2028: RAISE FND_API.G_EXC_ERROR;
2029: END IF;

Line 2026: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN

2022:
2023: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2024: p_return_status := l_return_status;
2025: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2026: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2027: p_return_status := l_return_status;
2028: RAISE FND_API.G_EXC_ERROR;
2029: END IF;
2030:

Line 2028: RAISE FND_API.G_EXC_ERROR;

2024: p_return_status := l_return_status;
2025: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2026: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
2027: p_return_status := l_return_status;
2028: RAISE FND_API.G_EXC_ERROR;
2029: END IF;
2030:
2031: ELSE -- There is no valid resource list id
2032: fnd_message.set_name('GMS', 'GMS_RESOURCE_LIST_IS_MISSING');

Line 2033: RAISE FND_API.G_EXC_ERROR;

2029: END IF;
2030:
2031: ELSE -- There is no valid resource list id
2032: fnd_message.set_name('GMS', 'GMS_RESOURCE_LIST_IS_MISSING');
2033: RAISE FND_API.G_EXC_ERROR;
2034:
2035: END IF;
2036: */
2037:

Line 2418: IF FND_API.TO_BOOLEAN( p_commit )

2414: -- COMMIT in DELETE_DRAFT removes all savepoints!!!
2415:
2416: SAVEPOINT create_draft_budget_pub;
2417:
2418: IF FND_API.TO_BOOLEAN( p_commit )
2419: THEN
2420: COMMIT;
2421: END IF;
2422:

Line 2802: IF FND_API.TO_BOOLEAN( p_init_msg_list )

2798: x_err_stack := x_err_stack ||'-> Baseline_budget';
2799:
2800: -- Initialize the message table if requested.
2801:
2802: IF FND_API.TO_BOOLEAN( p_init_msg_list )
2803: THEN
2804:
2805: FND_MSG_PUB.initialize;
2806:

Line 2815: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

2811: SAVEPOINT baseline_budget_pub;
2812:
2813: -- Standard call to check for call compatibility.
2814:
2815: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2816: p_api_version_number ,
2817: l_api_name ,
2818: G_PKG_NAME )
2819: THEN

Line 2820: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in FND_API.Compatible_API_Call';

2816: p_api_version_number ,
2817: l_api_name ,
2818: G_PKG_NAME )
2819: THEN
2820: x_err_stage := 'GMS_BUDGET_PUB.BASELINE_BUDGET - Error occured in FND_API.Compatible_API_Call';
2821: gms_error_pkg.gms_message(x_err_name => 'GMS_INCOMPATIBLE_API_CALL',
2822: x_err_code => x_err_code,
2823: x_err_buff => x_err_stage);
2824: fnd_msg_pub.add; -- Bug 2587078

Line 3372: IF FND_API.TO_BOOLEAN( p_commit )

3368: -- NOTE: A commit is required to actually start/activate the workflow instance opened
3369: -- by the previous Start_Budget_WF procedure.
3370:
3371:
3372: IF FND_API.TO_BOOLEAN( p_commit )
3373: THEN
3374: COMMIT;
3375: END IF;
3376:

Line 4254: IF FND_API.TO_BOOLEAN( p_init_msg_list )

4250: x_err_stack := x_err_stack ||'-> Add_Budget_Line';
4251:
4252: -- Initialize the message table if requested.
4253:
4254: IF FND_API.TO_BOOLEAN( p_init_msg_list )
4255: THEN
4256:
4257: FND_MSG_PUB.initialize;
4258:

Line 4268: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

4264:
4265:
4266: -- Standard call to check for call compatibility.
4267:
4268: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4269: p_api_version_number ,
4270: l_api_name ,
4271: G_PKG_NAME )
4272: THEN

Line 5094: IF FND_API.TO_BOOLEAN( p_commit )

5090: */
5091: ------------------------------------------------------------------------------------
5092:
5093:
5094: IF FND_API.TO_BOOLEAN( p_commit )
5095: THEN
5096: COMMIT;
5097: END IF;
5098:

Line 5195: IF FND_API.TO_BOOLEAN( p_init_msg_list )

5191: x_err_stack := x_err_stack ||'-> Delete_Draft_Budget';
5192:
5193: -- Initialize the message table if requested.
5194:
5195: IF FND_API.TO_BOOLEAN( p_init_msg_list )
5196: THEN
5197:
5198: FND_MSG_PUB.initialize;
5199:

Line 5208: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

5204: SAVEPOINT delete_draft_budget_pub;
5205:
5206: -- Standard call to check for call compatibility.
5207:
5208: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5209: p_api_version_number ,
5210: l_api_name ,
5211: G_PKG_NAME )
5212: THEN

Line 5470: IF fnd_api.to_boolean(p_commit)

5466: SAVEPOINT delete_draft_budget_pub;
5467:
5468: CLOSE l_lock_budget_csr; --FYI, does not release locks
5469:
5470: IF fnd_api.to_boolean(p_commit)
5471: THEN
5472: COMMIT;
5473: END IF;
5474:

Line 5654: IF FND_API.TO_BOOLEAN( p_init_msg_list )

5650: x_err_stack := x_err_stack ||'-> Delete_Budget_Line';
5651:
5652: -- Initialize the message table if requested.
5653:
5654: IF FND_API.TO_BOOLEAN( p_init_msg_list )
5655: THEN
5656:
5657: FND_MSG_PUB.initialize;
5658:

Line 5667: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

5663: SAVEPOINT delete_budget_line_pub;
5664:
5665: -- Standard call to check for call compatibility.
5666:
5667: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5668: p_api_version_number ,
5669: l_api_name ,
5670: G_PKG_NAME )
5671: THEN

Line 6163: IF fnd_api.to_boolean(p_commit)

6159: end if;
6160: */
6161: ------------------------------------------------------------------------------------
6162:
6163: IF fnd_api.to_boolean(p_commit)
6164: THEN
6165: COMMIT;
6166: END IF;
6167:

Line 6430: IF FND_API.TO_BOOLEAN( p_init_msg_list )

6426: x_err_stack := x_err_stack ||'-> Update_budget';
6427:
6428: -- Initialize the message table if requested.
6429:
6430: IF FND_API.TO_BOOLEAN( p_init_msg_list )
6431: THEN
6432:
6433: FND_MSG_PUB.initialize;
6434:

Line 6443: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

6439: SAVEPOINT update_budget_pub;
6440:
6441: -- Standard call to check for call compatibility.
6442:
6443: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
6444: p_api_version_number ,
6445: l_api_name ,
6446: G_PKG_NAME )
6447: THEN

Line 6855: IF FND_API.TO_BOOLEAN( p_commit )

6851:
6852: -- END IF; --if there are budget lines
6853:
6854:
6855: IF FND_API.TO_BOOLEAN( p_commit )
6856: THEN
6857: COMMIT;
6858: END IF;
6859:

Line 7115: IF FND_API.TO_BOOLEAN( p_init_msg_list )

7111: x_err_stack := x_err_stack ||'-> Update_Budget_Line';
7112:
7113: -- Initialize the message table if requested.
7114:
7115: IF FND_API.TO_BOOLEAN( p_init_msg_list )
7116: THEN
7117:
7118: FND_MSG_PUB.initialize;
7119:

Line 7129: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,

7125:
7126:
7127: -- Standard call to check for call compatibility.
7128:
7129: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
7130: p_api_version_number ,
7131: l_api_name ,
7132: G_PKG_NAME )
7133: THEN

Line 7716: IF FND_API.TO_BOOLEAN( p_commit )

7712: end if;
7713: */
7714: ------------------------------------------------------------------------------------
7715:
7716: IF FND_API.TO_BOOLEAN( p_commit )
7717: THEN
7718: COMMIT;
7719: END IF;
7720: