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 782: -- Standard call to get message count and if count is 1, get message info.

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

Line 1294: -- Standard check of p_commit.

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

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

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

Line 1441: -- Standard check of p_commit.

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

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

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

Line 1667: -- Standard check of p_commit.

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

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

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