DBA Data[Home] [Help]

APPS.PA_AGREEMENT_PUB dependencies on STANDARD

Line 76: -- Standard begin of API savepoint

72: l_advance_flag varchar2(2); /*Added for bug 5743599*/
73:
74: BEGIN
75:
76: -- Standard begin of API savepoint
77:
78: SAVEPOINT create_agreement_pub;
79:
80: -- Standard call to check for call compatibility.

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

76: -- Standard begin of API savepoint
77:
78: SAVEPOINT create_agreement_pub;
79:
80: -- Standard call to check for call compatibility.
81:
82:
83: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
84: p_api_version_number ,

Line 991: -- Standard begin of API savepoint

987: l_funding_id NUMBER;
988: l_out_agreement_id NUMBER ;
989: l_funding_id_rec l_funding_id_csr%ROWTYPE;
990: BEGIN
991: -- Standard begin of API savepoint
992:
993: SAVEPOINT delete_agreement_pub;
994:
995:

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

992:
993: SAVEPOINT delete_agreement_pub;
994:
995:
996: -- Standard call to check for call compatibility.
997:
998:
999: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
1000: p_api_version_number ,

Line 1306: -- Standard begin of API savepoint

1302: /* This l_agreement_in_rec will be used throughout this function
1303: in place of p_agreement_in_rec */
1304:
1305: BEGIN
1306: -- Standard begin of API savepoint
1307:
1308: SAVEPOINT update_agreement_pub;
1309:
1310: l_agreement_in_rec:=p_agreement_in_rec;

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

1307:
1308: SAVEPOINT update_agreement_pub;
1309:
1310: l_agreement_in_rec:=p_agreement_in_rec;
1311: -- Standard call to check for call compatibility.
1312:
1313:
1314: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
1315: p_api_version_number ,

Line 2029: -- Standard begin of API savepoint

2025: l_err_code number;
2026: l_err_msg VARCHAR2(50);
2027:
2028: BEGIN
2029: -- Standard begin of API savepoint
2030:
2031: SAVEPOINT add_funding_pub;
2032:
2033:

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

2030:
2031: SAVEPOINT add_funding_pub;
2032:
2033:
2034: -- Standard call to check for call compatibility.
2035:
2036:
2037: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2038: p_api_version_number ,

Line 2736: -- Standard begin of API savepoint

2732:
2733: /* end adding variables for bug 2868818*/
2734:
2735: BEGIN
2736: -- Standard begin of API savepoint
2737:
2738: SAVEPOINT delete_funding_pub;
2739:
2740:

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

2737:
2738: SAVEPOINT delete_funding_pub;
2739:
2740:
2741: -- Standard call to check for call compatibility.
2742:
2743:
2744: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2745: p_api_version_number ,

Line 3102: -- Standard begin of API savepoint

3098: l_funding_category VARCHAR2(30);
3099:
3100: /* end adding variables for bug 2868818*/
3101: BEGIN
3102: -- Standard begin of API savepoint
3103: SAVEPOINT update_funding_pub;
3104:
3105:
3106: -- Standard call to check for call compatibility.

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

3102: -- Standard begin of API savepoint
3103: SAVEPOINT update_funding_pub;
3104:
3105:
3106: -- Standard call to check for call compatibility.
3107:
3108:
3109: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3110: p_api_version_number ,

Line 3574: -- Standard begin of API savepoint

3570: PROCEDURE init_agreement
3571: IS
3572: BEGIN
3573:
3574: -- Standard begin of API savepoint
3575:
3576: SAVEPOINT init_agreement_pub;
3577:
3578: -- Initialize global table and record types

Line 3672: -- Standard begin of API savepoint

3668: l_return_status VARCHAR2(1);
3669: l_api_name CONSTANT VARCHAR2(30):= 'load_agreement';
3670:
3671: BEGIN
3672: -- Standard begin of API savepoint
3673:
3674: SAVEPOINT load_agreement_pub;
3675:
3676:

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

3673:
3674: SAVEPOINT load_agreement_pub;
3675:
3676:
3677: -- Standard call to check for call compatibility.
3678:
3679:
3680: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3681: p_api_version_number ,

Line 3882: -- Standard begin of API savepoint

3878: l_resp_id NUMBER := 0;
3879: l_return_status VARCHAR2(1);
3880: l_api_name CONSTANT VARCHAR2(30):= 'load_funding';
3881: BEGIN
3882: -- Standard begin of API savepoint
3883:
3884: SAVEPOINT load_funding_pub;
3885:
3886:

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

3883:
3884: SAVEPOINT load_funding_pub;
3885:
3886:
3887: -- Standard call to check for call compatibility.
3888:
3889:
3890: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3891: p_api_version_number ,

Line 4044: -- Standard begin of API savepoint

4040: l_resp_id NUMBER := 0;
4041: l_return_status VARCHAR2(1);
4042: l_api_name CONSTANT VARCHAR2(30):= 'execute_create_agreement';
4043: BEGIN
4044: -- Standard begin of API savepoint
4045:
4046: SAVEPOINT execute_create_agreement_pub;
4047:
4048:

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

4045:
4046: SAVEPOINT execute_create_agreement_pub;
4047:
4048:
4049: -- Standard call to check for call compatibility.
4050:
4051:
4052: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4053: p_api_version_number ,

Line 4227: -- Standard begin of API savepoint

4223: l_resp_id NUMBER := 0;
4224: l_return_status VARCHAR2(1);
4225: l_api_name CONSTANT VARCHAR2(30):= 'execute_update_agreement';
4226: BEGIN
4227: -- Standard begin of API savepoint
4228:
4229: SAVEPOINT execute_update_agreement_pub;
4230:
4231:

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

4228:
4229: SAVEPOINT execute_update_agreement_pub;
4230:
4231:
4232: -- Standard call to check for call compatibility.
4233:
4234:
4235: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4236: p_api_version_number ,

Line 4395: -- Standard begin of API savepoint

4391: l_return_status VARCHAR2(1);
4392: l_index NUMBER;
4393: l_api_name CONSTANT VARCHAR2(30):= 'fetch_funding';
4394: BEGIN
4395: -- Standard begin of API savepoint
4396:
4397: SAVEPOINT fetch_funding_pub;
4398:
4399:

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

4396:
4397: SAVEPOINT fetch_funding_pub;
4398:
4399:
4400: -- Standard call to check for call compatibility.
4401:
4402:
4403: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4404: p_api_version_number ,

Line 4550: -- Standard begin of API savepoint

4546: l_api_name CONSTANT VARCHAR2(30):= 'clear_agreement';
4547:
4548: BEGIN
4549:
4550: -- Standard begin of API savepoint
4551:
4552: SAVEPOINT clear_agreement_pub;
4553:
4554:

Line 4597: -- Standard begin of API savepoint

4593: l_api_name CONSTANT VARCHAR2(30):= 'check_delete_agreement_ok';
4594:
4595: BEGIN
4596:
4597: -- Standard begin of API savepoint
4598:
4599: SAVEPOINT check_delete_agreement_ok_pub;
4600:
4601:

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

4598:
4599: SAVEPOINT check_delete_agreement_ok_pub;
4600:
4601:
4602: -- Standard call to check for call compatibility.
4603:
4604:
4605: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4606: p_api_version_number ,

Line 4871: -- Standard begin of API savepoint

4867: l_return_status VARCHAR2(1);
4868: l_api_name CONSTANT VARCHAR2(30):= 'check_add_funding_ok';
4869: l_customer_id NUMBER ;
4870: BEGIN
4871: -- Standard begin of API savepoint
4872:
4873: SAVEPOINT check_add_funding_ok_pub;
4874:
4875:

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

4872:
4873: SAVEPOINT check_add_funding_ok_pub;
4874:
4875:
4876: -- Standard call to check for call compatibility.
4877:
4878:
4879: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4880: p_api_version_number ,

Line 5223: -- Standard begin of API savepoint

5219: l_api_name CONSTANT VARCHAR2(30):= 'check_delete_funding_ok';
5220: l_project_id NUMBER;
5221:
5222: BEGIN
5223: -- Standard begin of API savepoint
5224:
5225: SAVEPOINT check_delete_funding_ok_pub;
5226:
5227:

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

5224:
5225: SAVEPOINT check_delete_funding_ok_pub;
5226:
5227:
5228: -- Standard call to check for call compatibility.
5229:
5230:
5231: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5232: p_api_version_number ,

Line 5509: -- Standard begin of API savepoint

5505: l_validate_status VARCHAR2(1);
5506: l_return_status VARCHAR2(1);
5507: l_api_name CONSTANT VARCHAR2(30):= 'check_update_funding_ok';
5508: BEGIN
5509: -- Standard begin of API savepoint
5510:
5511: SAVEPOINT check_update_funding_ok_pub;
5512:
5513:

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

5510:
5511: SAVEPOINT check_update_funding_ok_pub;
5512:
5513:
5514: -- Standard call to check for call compatibility.
5515:
5516:
5517: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5518: p_api_version_number ,

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

5926: -- Initializing the return status to success ! -- bug 3099706
5927: -- Set API return status to success
5928: p_return_status := FND_API.G_RET_STS_SUCCESS;
5929:
5930: -- Standard call to check for call compatibility.
5931: IF FND_API.TO_BOOLEAN( p_init_msg_list )
5932: THEN
5933:
5934: FND_MSG_PUB.initialize;