DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PVT dependencies on STANDARD

Line 1030: -- Standard start of API savepoint

1026: l_return_status VARCHAR2(1);
1027: -- Added for making call to 11.5.10 signature of Create SR private API
1028: l_sr_create_out_rec sr_create_out_rec_type;
1029: BEGIN
1030: -- Standard start of API savepoint
1031: SAVEPOINT Create_ServiceRequest_PVT;
1032:
1033: -- Standard call to check for call compatibility
1034: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

Line 1033: -- Standard call to check for call compatibility

1029: BEGIN
1030: -- Standard start of API savepoint
1031: SAVEPOINT Create_ServiceRequest_PVT;
1032:
1033: -- Standard call to check for call compatibility
1034: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
1035: G_PKG_NAME) THEN
1036: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1037: END IF;

Line 1392: -- Standard start of API savepoint

1388: l_primary_contact_point_id NUMBER := NULL;
1389:
1390: BEGIN
1391:
1392: -- Standard start of API savepoint
1393: SAVEPOINT Create_ServiceRequest_PVT;
1394:
1395: -- Standard call to check for call compatibility
1396: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

Line 1395: -- Standard call to check for call compatibility

1391:
1392: -- Standard start of API savepoint
1393: SAVEPOINT Create_ServiceRequest_PVT;
1394:
1395: -- Standard call to check for call compatibility
1396: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
1397: G_PKG_NAME) THEN
1398: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1399: END IF;

Line 2971: -- Standard call for message generation

2967: -- Changed out parameter references to out rec references
2968: x_sr_create_out_rec.request_id := l_request_id;
2969: x_sr_create_out_rec.request_number := l_request_number;
2970:
2971: -- Standard call for message generation
2972: IF jtf_usr_hks.Ok_To_Execute('CS_ServiceRequest_PVT',
2973: 'Create_ServiceRequest',
2974: 'M', 'M') THEN
2975:

Line 3045: -- Standard call to get message count and if count is 1, get message info

3041:
3042: /*resetting the parameter value shijain 4th dec 2002*/
3043: g_restrict_ib:=NULL;
3044:
3045: -- Standard call to get message count and if count is 1, get message info
3046: FND_MSG_PUB.Count_And_Get
3047: ( p_count => x_msg_count,
3048: p_data => x_msg_data
3049: );

Line 3147: -- Standard check of p_commit

3143: p_data => x_msg_data
3144: );
3145: END IF;
3146:
3147: -- Standard check of p_commit
3148: IF FND_API.To_Boolean(p_commit) THEN
3149: COMMIT WORK;
3150: END IF;
3151:

Line 3241: -- Standard start of API savepoint

3237:
3238: l_sr_update_out_rec sr_update_out_rec_type;
3239:
3240: BEGIN
3241: -- Standard start of API savepoint
3242: SAVEPOINT Update_ServiceRequest_PVT;
3243:
3244: -- Standard call to check for call compatibility
3245: -- Added the and condition for backward compatibility project, now

Line 3244: -- Standard call to check for call compatibility

3240: BEGIN
3241: -- Standard start of API savepoint
3242: SAVEPOINT Update_ServiceRequest_PVT;
3243:
3244: -- Standard call to check for call compatibility
3245: -- Added the and condition for backward compatibility project, now
3246: -- both the version 2.0 and 3.0 are valid as this procedure can be called
3247: -- from both 1158 or 1159 env.
3248: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

Line 3715: -- Standard start of API savepoint

3711: l_primary_contact_party_id cs_hz_sr_contact_points.party_id % TYPE;
3712: l_last_updated_by_temp NUMBER;
3713: BEGIN
3714:
3715: -- Standard start of API savepoint
3716: SAVEPOINT Update_ServiceRequest_PVT;
3717:
3718: -- Standard call to check for call compatibility
3719: -- Added the and condition for backward compatibility project, now

Line 3718: -- Standard call to check for call compatibility

3714:
3715: -- Standard start of API savepoint
3716: SAVEPOINT Update_ServiceRequest_PVT;
3717:
3718: -- Standard call to check for call compatibility
3719: -- Added the and condition for backward compatibility project, now
3720: -- both the version 2.0 and 3.0 are valid as this procedure can be called
3721: -- from both 1158 or 1159 env.
3722: -- The previous version, 3.0, is supported by the overloaded procedure. This API can be

Line 5771: -- Standard call for message generation

5767: END IF; /* called by workflow */
5768: END IF; /* only status update flag check */
5769:
5770:
5771: -- Standard call for message generation
5772: IF jtf_usr_hks.Ok_To_Execute('CS_ServiceRequest_PVT',
5773: 'Create_ServiceRequest',
5774: 'M', 'M') THEN
5775:

Line 5799: -- Standard check of p_commit

5795:
5796: /***************************************************
5797: commented for bug 2857350, moved after calling the business events
5798:
5799: -- Standard check of p_commit
5800: IF FND_API.To_Boolean(p_commit) THEN
5801: COMMIT WORK;
5802: END IF;
5803: comments ended for bug 2857350

Line 6303: -- Standard check of p_commit

6299: END IF;
6300:
6301: CLOSE l_ServiceRequest_csr;
6302: /**************Commit moved for bug 2857350**************************/
6303: -- Standard check of p_commit
6304: IF FND_API.To_Boolean(p_commit) THEN
6305: COMMIT WORK;
6306: END IF;
6307:

Line 6311: -- Standard call to get message count and if count is 1, get message info

6307:
6308: /*resetting the parameter value shijain 4th dec 2002*/
6309: g_restrict_ib:=NULL;
6310:
6311: -- Standard call to get message count and if count is 1, get message info
6312: FND_MSG_PUB.Count_And_Get (
6313: p_count => x_msg_count,
6314: p_data => x_msg_data );
6315:

Line 6555: -- Standard API stuff

6551: l_incident_resolved_date DATE;
6552: BEGIN
6553:
6554: -- ---------------------------------------
6555: -- Standard API stuff
6556: -- ---------------------------------------
6557:
6558: -- Establish save point
6559: SAVEPOINT Update_Status_PVT;

Line 7411: -- Standard API stuff

7407:
7408: BEGIN
7409:
7410: -- ---------------------------------------
7411: -- Standard API stuff
7412: -- ---------------------------------------
7413: -- Establish savepoint
7414: SAVEPOINT Update_Owner_PVT;
7415:

Line 19412: -- Standard start of API savepoint

19408: l_individual_type VARCHAR2(30);
19409:
19410:
19411: BEGIN
19412: -- Standard start of API savepoint
19413: SAVEPOINT Create_ServiceRequest_PVT;
19414:
19415: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
19416: G_PKG_NAME) THEN

Line 19541: -- Parameters (other than standard ones)

19537:
19538: --------------------------------------------------------------------------------
19539: -- Procedure Name : DELETE_SERVICEREQUEST
19540: --
19541: -- Parameters (other than standard ones)
19542: -- IN
19543: -- p_purge_set_id : Id that helps identify a set of SRs
19544: -- that were purged in a single batch
19545: -- p_processing_set_id : Id that helps the API in identifying