DBA Data[Home] [Help]

APPS.CSD_SPLIT_PKG dependencies on STANDARD

Line 74: -- Standard Start of API Savepoint

70: 'CSD.PLSQL.CSD_SPLIT_PKG.Split_Repair_Order',
71: 'Enabling the Split_Repair_Order savepoint');
72: END IF;
73:
74: -- Standard Start of API Savepoint
75: SAVEPOINT CSD_SPLIT_PKG ;
76:
77: -- Standard Call to check API compatibility
78: IF NOT FND_API.Compatible_API_Call( l_api_version,

Line 77: -- Standard Call to check API compatibility

73:
74: -- Standard Start of API Savepoint
75: SAVEPOINT CSD_SPLIT_PKG ;
76:
77: -- Standard Call to check API compatibility
78: IF NOT FND_API.Compatible_API_Call( l_api_version,
79: p_api_version,
80: l_api_name,
81: G_PKG_NAME) THEN

Line 390: -- Standard check of p_commit.

386: end if;
387:
388: -- End of API body
389: --
390: -- Standard check of p_commit.
391: IF FND_API.To_Boolean( p_commit ) THEN
392: COMMIT WORK;
393: END IF;
394:

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

391: IF FND_API.To_Boolean( p_commit ) THEN
392: COMMIT WORK;
393: END IF;
394:
395: -- Standard call to get message count and if count is 1, get message info.
396: FND_MSG_PUB.Count_And_Get
397: ( p_count => x_msg_count,
398: p_data => x_msg_data
399: );

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

780: END IF;
781:
782: END IF;
783:
784: -- Standard call to get message count and if count is 1, get message info.
785: EXCEPTION
786: WHEN FND_API.G_EXC_ERROR THEN
787: ROLLBACK TO CSD_SPLIT_PKG;
788: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1296: -- Standard check of p_commit.

1292: END if;
1293:
1294: -- End of API body
1295: --
1296: -- Standard check of p_commit.
1297: IF FND_API.To_Boolean( p_commit ) THEN
1298: COMMIT WORK;
1299: END IF;
1300:

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

1297: IF FND_API.To_Boolean( p_commit ) THEN
1298: COMMIT WORK;
1299: END IF;
1300:
1301: -- Standard call to get message count and if count is 1, get message info.
1302: FND_MSG_PUB.Count_And_Get
1303: ( p_count => x_msg_count,
1304: p_data => x_msg_data
1305: );

Line 1443: -- Standard check of p_commit.

1439:
1440:
1441: -- End of API body
1442: --
1443: -- Standard check of p_commit.
1444: IF FND_API.To_Boolean( p_commit ) THEN
1445: COMMIT WORK;
1446: END IF;
1447:

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

1444: IF FND_API.To_Boolean( p_commit ) THEN
1445: COMMIT WORK;
1446: END IF;
1447:
1448: -- Standard call to get message count and if count is 1, get message info.
1449: FND_MSG_PUB.Count_And_Get
1450: ( p_count => x_msg_count,
1451: p_data => x_msg_data
1452: );

Line 1669: -- Standard check of p_commit.

1665:
1666:
1667: -- End of API body
1668: --
1669: -- Standard check of p_commit.
1670: IF FND_API.To_Boolean( p_commit ) THEN
1671: COMMIT WORK;
1672: END IF;
1673:

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

1670: IF FND_API.To_Boolean( p_commit ) THEN
1671: COMMIT WORK;
1672: END IF;
1673:
1674: -- Standard call to get message count and if count is 1, get message info.
1675: FND_MSG_PUB.Count_And_Get
1676: ( p_count => x_msg_count,
1677: p_data => x_msg_data
1678: );