DBA Data[Home] [Help]

APPS.CN_REVENUE_CLASS_PVT dependencies on STANDARD

Line 73: -- Standard Start of API savepoint

69: where name = p_revenue_class_name and org_id = p_org_id;
70:
71: BEGIN
72:
73: -- Standard Start of API savepoint
74: SAVEPOINT Create_Revenue_Class;
75: -- Standard call to check for call compatibility.
76: IF NOT FND_API.Compatible_API_Call ( l_api_version,
77: p_api_version,

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

71: BEGIN
72:
73: -- Standard Start of API savepoint
74: SAVEPOINT Create_Revenue_Class;
75: -- Standard call to check for call compatibility.
76: IF NOT FND_API.Compatible_API_Call ( l_api_version,
77: p_api_version,
78: l_api_name,
79: G_PKG_NAME )

Line 139: -- Standard check of p_commit.

135: ,p_org_id => p_org_id);
136:
137: -- End of API body.
138:
139: -- Standard check of p_commit.
140: IF FND_API.To_Boolean( p_commit )
141: THEN
142: COMMIT WORK;
143: END IF;

Line 252: -- Standard Start of API savepoint

248: and revenue_class_id <> p_revenue_class_id;
249:
250: BEGIN
251:
252: -- Standard Start of API savepoint
253: SAVEPOINT Update_Revenue_Class;
254: -- Standard call to check for call compatibility.
255: IF NOT FND_API.Compatible_API_Call ( l_api_version,
256: p_api_version,

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

250: BEGIN
251:
252: -- Standard Start of API savepoint
253: SAVEPOINT Update_Revenue_Class;
254: -- Standard call to check for call compatibility.
255: IF NOT FND_API.Compatible_API_Call ( l_api_version,
256: p_api_version,
257: l_api_name,
258: G_PKG_NAME )

Line 348: -- Standard check of p_commit.

344: ,p_last_update_login => g_last_update_login);
345:
346:
347: -- End of API body.
348: -- Standard check of p_commit.
349: IF FND_API.To_Boolean( p_commit )
350: THEN
351: COMMIT WORK;
352: END IF;

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

351: COMMIT WORK;
352: END IF;
353:
354:
355: -- Standard call to get message count and if count is 1, get message info.
356: FND_MSG_PUB.Count_And_Get
357: (
358: p_count => x_msg_count ,
359: p_data => x_msg_data ,

Line 473: -- Standard Start of API savepoint

469: l_env_org_id NUMBER;
470:
471: BEGIN
472:
473: -- Standard Start of API savepoint
474: SAVEPOINT Delete_Revenue_class;
475: -- Standard call to check for call compatibility.
476: IF NOT FND_API.Compatible_API_Call ( l_api_version,
477: p_api_version,

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

471: BEGIN
472:
473: -- Standard Start of API savepoint
474: SAVEPOINT Delete_Revenue_class;
475: -- Standard call to check for call compatibility.
476: IF NOT FND_API.Compatible_API_Call ( l_api_version,
477: p_api_version,
478: l_api_name,
479: G_PKG_NAME )

Line 564: -- Standard check of p_commit.

560: CN_REVENUE_CLASS_PKG.Delete_row(p_revenue_Class_id);
561:
562: -- End of API body.
563:
564: -- Standard check of p_commit.
565: IF FND_API.To_Boolean( p_commit )
566: THEN
567: COMMIT WORK;
568: END IF;

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

566: THEN
567: COMMIT WORK;
568: END IF;
569:
570: -- Standard call to get message count and if count is 1, get message info.
571: FND_MSG_PUB.Count_And_Get
572: (
573: p_count => x_msg_count ,
574: p_data => x_msg_data ,