DBA Data[Home] [Help]

APPS.CSD_DEPOT_REPAIR_CNTR dependencies on STANDARD

Line 1752: -- Standard Start of API savepoint

1748:
1749: -- --------------------------------
1750: -- Begin Update repair task history
1751: -- --------------------------------
1752: -- Standard Start of API savepoint
1753: SAVEPOINT Update_rep_task_hist;
1754:
1755: x_return_status := FND_API.G_RET_STS_SUCCESS;
1756:

Line 1845: -- Standard check of p_commit.

1841: -- -------------------
1842: -- Api body ends here
1843: -- -------------------
1844:
1845: -- Standard check of p_commit.
1846: IF FND_API.To_Boolean( 'F' ) THEN
1847: COMMIT WORK;
1848: END IF;
1849:

Line 1850: -- Standard call to get message count and IF count is get message info.

1846: IF FND_API.To_Boolean( 'F' ) THEN
1847: COMMIT WORK;
1848: END IF;
1849:
1850: -- Standard call to get message count and IF count is get message info.
1851: FND_MSG_PUB.Count_And_Get
1852: (p_count => x_msg_count,
1853: p_data => x_msg_data );
1854: