DBA Data[Home] [Help]

APPS.CS_SR_PREFERRED_LANG_PVT dependencies on STANDARD

Line 41: -- Standard start of API savepoint

37: l_msg_data VARCHAR2(2000);
38:
39:
40: BEGIN
41: -- Standard start of API savepoint
42: SAVEPOINT Create_Preferred_Language_PVT;
43:
44: -- Standard call to check for call compatibility
45: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

40: BEGIN
41: -- Standard start of API savepoint
42: SAVEPOINT Create_Preferred_Language_PVT;
43:
44: -- Standard call to check for call compatibility
45: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
46: G_PKG_NAME) THEN
47: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
48: END IF;

Line 542: -- Standard check of p_commit

538:
539: */
540:
541:
542: -- Standard check of p_commit
543: IF FND_API.To_Boolean(p_commit) THEN
544: COMMIT WORK;
545: END IF;
546:

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

544: COMMIT WORK;
545: END IF;
546:
547:
548: -- Standard call to get message count and if count is 1, get message info
549: FND_MSG_PUB.Count_And_Get
550: ( p_count => x_msg_count,
551: p_data => x_msg_data
552: );

Line 633: -- Standard start of API savepoint

629:
630:
631: BEGIN
632:
633: -- Standard start of API savepoint
634: SAVEPOINT Update_Preferred_Language_PVT;
635:
636: -- Standard call to check for call compatibility
637: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

632:
633: -- Standard start of API savepoint
634: SAVEPOINT Update_Preferred_Language_PVT;
635:
636: -- Standard call to check for call compatibility
637: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
638: G_PKG_NAME) THEN
639: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
640: END IF;

Line 1200: -- Standard check of p_commit

1196: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1197: END IF;
1198: END IF;
1199:
1200: -- Standard check of p_commit
1201: IF FND_API.To_Boolean(p_commit) THEN
1202: COMMIT WORK;
1203: END IF;
1204:

Line 1330: -- Standard call for message generation

1326:
1327:
1328:
1329:
1330: -- Standard call for message generation
1331: IF jtf_usr_hks.Ok_To_Execute('CS_ServiceRequest_PVT',
1332: 'Create_ServiceRequest',
1333: 'M', 'M') THEN
1334:

Line 1364: -- Standard check of p_commit

1360: --
1361: */
1362:
1363:
1364: -- Standard check of p_commit
1365: IF FND_API.To_Boolean(p_commit) THEN
1366: COMMIT WORK;
1367: END IF;
1368:

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

1366: COMMIT WORK;
1367: END IF;
1368:
1369:
1370: -- Standard call to get message count and if count is 1, get message info
1371: FND_MSG_PUB.Count_And_Get
1372: ( p_count => x_msg_count,
1373: p_data => x_msg_data
1374: );