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 2061: -- Standard begin of API savepoint

2057: /* Bug 13434695 */
2058:
2059:
2060: BEGIN
2061: -- Standard begin of API savepoint
2062:
2063: SAVEPOINT add_funding_pub;
2064:
2065:

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

2062:
2063: SAVEPOINT add_funding_pub;
2064:
2065:
2066: -- Standard call to check for call compatibility.
2067:
2068:
2069: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2070: p_api_version_number ,

Line 2799: -- Standard begin of API savepoint

2795:
2796: /* end adding variables for bug 2868818*/
2797:
2798: BEGIN
2799: -- Standard begin of API savepoint
2800:
2801: SAVEPOINT delete_funding_pub;
2802:
2803:

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

2800:
2801: SAVEPOINT delete_funding_pub;
2802:
2803:
2804: -- Standard call to check for call compatibility.
2805:
2806:
2807: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2808: p_api_version_number ,

Line 3203: -- Standard begin of API savepoint

3199: and NVL(f.TASK_ID,-1)=NVL(p.TASK_ID,-1)
3200: AND p.project_funding_id = p_funding_id;
3201: /*Above cursor re-written for bug 14696063 * Added task id and project id in where clause*/
3202: BEGIN
3203: -- Standard begin of API savepoint
3204: SAVEPOINT update_funding_pub;
3205:
3206:
3207: -- Standard call to check for call compatibility.

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

3203: -- Standard begin of API savepoint
3204: SAVEPOINT update_funding_pub;
3205:
3206:
3207: -- Standard call to check for call compatibility.
3208:
3209:
3210: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3211: p_api_version_number ,

Line 3708: -- Standard begin of API savepoint

3704: PROCEDURE init_agreement
3705: IS
3706: BEGIN
3707:
3708: -- Standard begin of API savepoint
3709:
3710: SAVEPOINT init_agreement_pub;
3711:
3712: -- Initialize global table and record types

Line 3806: -- Standard begin of API savepoint

3802: l_return_status VARCHAR2(1);
3803: l_api_name CONSTANT VARCHAR2(30):= 'load_agreement';
3804:
3805: BEGIN
3806: -- Standard begin of API savepoint
3807:
3808: SAVEPOINT load_agreement_pub;
3809:
3810:

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

3807:
3808: SAVEPOINT load_agreement_pub;
3809:
3810:
3811: -- Standard call to check for call compatibility.
3812:
3813:
3814: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3815: p_api_version_number ,

Line 4016: -- Standard begin of API savepoint

4012: l_resp_id NUMBER := 0;
4013: l_return_status VARCHAR2(1);
4014: l_api_name CONSTANT VARCHAR2(30):= 'load_funding';
4015: BEGIN
4016: -- Standard begin of API savepoint
4017:
4018: SAVEPOINT load_funding_pub;
4019:
4020:

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

4017:
4018: SAVEPOINT load_funding_pub;
4019:
4020:
4021: -- Standard call to check for call compatibility.
4022:
4023:
4024: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4025: p_api_version_number ,

Line 4178: -- Standard begin of API savepoint

4174: l_resp_id NUMBER := 0;
4175: l_return_status VARCHAR2(1);
4176: l_api_name CONSTANT VARCHAR2(30):= 'execute_create_agreement';
4177: BEGIN
4178: -- Standard begin of API savepoint
4179:
4180: SAVEPOINT execute_create_agreement_pub;
4181:
4182:

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

4179:
4180: SAVEPOINT execute_create_agreement_pub;
4181:
4182:
4183: -- Standard call to check for call compatibility.
4184:
4185:
4186: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4187: p_api_version_number ,

Line 4361: -- Standard begin of API savepoint

4357: l_resp_id NUMBER := 0;
4358: l_return_status VARCHAR2(1);
4359: l_api_name CONSTANT VARCHAR2(30):= 'execute_update_agreement';
4360: BEGIN
4361: -- Standard begin of API savepoint
4362:
4363: SAVEPOINT execute_update_agreement_pub;
4364:
4365:

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

4362:
4363: SAVEPOINT execute_update_agreement_pub;
4364:
4365:
4366: -- Standard call to check for call compatibility.
4367:
4368:
4369: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4370: p_api_version_number ,

Line 4529: -- Standard begin of API savepoint

4525: l_return_status VARCHAR2(1);
4526: l_index NUMBER;
4527: l_api_name CONSTANT VARCHAR2(30):= 'fetch_funding';
4528: BEGIN
4529: -- Standard begin of API savepoint
4530:
4531: SAVEPOINT fetch_funding_pub;
4532:
4533:

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

4530:
4531: SAVEPOINT fetch_funding_pub;
4532:
4533:
4534: -- Standard call to check for call compatibility.
4535:
4536:
4537: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4538: p_api_version_number ,

Line 4684: -- Standard begin of API savepoint

4680: l_api_name CONSTANT VARCHAR2(30):= 'clear_agreement';
4681:
4682: BEGIN
4683:
4684: -- Standard begin of API savepoint
4685:
4686: SAVEPOINT clear_agreement_pub;
4687:
4688:

Line 4731: -- Standard begin of API savepoint

4727: l_api_name CONSTANT VARCHAR2(30):= 'check_delete_agreement_ok';
4728:
4729: BEGIN
4730:
4731: -- Standard begin of API savepoint
4732:
4733: SAVEPOINT check_delete_agreement_ok_pub;
4734:
4735:

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

4732:
4733: SAVEPOINT check_delete_agreement_ok_pub;
4734:
4735:
4736: -- Standard call to check for call compatibility.
4737:
4738:
4739: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
4740: p_api_version_number ,

Line 5005: -- Standard begin of API savepoint

5001: l_return_status VARCHAR2(1);
5002: l_api_name CONSTANT VARCHAR2(30):= 'check_add_funding_ok';
5003: l_customer_id NUMBER ;
5004: BEGIN
5005: -- Standard begin of API savepoint
5006:
5007: SAVEPOINT check_add_funding_ok_pub;
5008:
5009:

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

5006:
5007: SAVEPOINT check_add_funding_ok_pub;
5008:
5009:
5010: -- Standard call to check for call compatibility.
5011:
5012:
5013: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5014: p_api_version_number ,

Line 5357: -- Standard begin of API savepoint

5353: l_api_name CONSTANT VARCHAR2(30):= 'check_delete_funding_ok';
5354: l_project_id NUMBER;
5355:
5356: BEGIN
5357: -- Standard begin of API savepoint
5358:
5359: SAVEPOINT check_delete_funding_ok_pub;
5360:
5361:

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

5358:
5359: SAVEPOINT check_delete_funding_ok_pub;
5360:
5361:
5362: -- Standard call to check for call compatibility.
5363:
5364:
5365: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5366: p_api_version_number ,

Line 5643: -- Standard begin of API savepoint

5639: l_validate_status VARCHAR2(1);
5640: l_return_status VARCHAR2(1);
5641: l_api_name CONSTANT VARCHAR2(30):= 'check_update_funding_ok';
5642: BEGIN
5643: -- Standard begin of API savepoint
5644:
5645: SAVEPOINT check_update_funding_ok_pub;
5646:
5647:

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

5644:
5645: SAVEPOINT check_update_funding_ok_pub;
5646:
5647:
5648: -- Standard call to check for call compatibility.
5649:
5650:
5651: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
5652: p_api_version_number ,

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

6064: -- Initializing the return status to success ! -- bug 3099706
6065: -- Set API return status to success
6066: p_return_status := FND_API.G_RET_STS_SUCCESS;
6067:
6068: -- Standard call to check for call compatibility.
6069: IF FND_API.TO_BOOLEAN( p_init_msg_list )
6070: THEN
6071:
6072: FND_MSG_PUB.initialize;