DBA Data[Home] [Help]

APPS.CS_CHARGE_CREATE_ORDER_PVT dependencies on STANDARD

Line 358: -- Standard Start of API Savepoint

354: -- PRAGMA EXCEPTION_INIT(DEADLOCK_DETECTED,-60);
355:
356: BEGIN
357:
358: -- Standard Start of API Savepoint
359: -- SAVEPOINT Update_Errors;
360:
361: IF p_estimate_detail_id IS NOT NULL THEN
362: UPDATE CS_ESTIMATE_DETAILS

Line 842: -- Standard Start of API Savepoint

838:
839: -- dbms_application_info.set_client_info('204');
840:
841:
842: -- Standard Start of API Savepoint
843: SAVEPOINT CS_Charge_Create_Order_PVT;
844:
845: -- Standard Call to check API compatibility
846: IF NOT FND_API.Compatible_API_Call( l_api_version,

Line 845: -- Standard Call to check API compatibility

841:
842: -- Standard Start of API Savepoint
843: SAVEPOINT CS_Charge_Create_Order_PVT;
844:
845: -- Standard Call to check API compatibility
846: IF NOT FND_API.Compatible_API_Call( l_api_version,
847: p_api_version,
848: l_api_name,
849: G_PKG_NAME) THEN

Line 3660: -- Standard check of p_commit.

3656: --
3657: -- End of API body
3658: --
3659:
3660: -- Standard check of p_commit.
3661: IF FND_API.To_Boolean( p_commit ) THEN
3662: COMMIT WORK;
3663: END IF;
3664:

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

3661: IF FND_API.To_Boolean( p_commit ) THEN
3662: COMMIT WORK;
3663: END IF;
3664:
3665: -- Standard call to get message count and if count is 1, get message info.
3666: FND_MSG_PUB.Count_And_Get
3667: ( p_count => x_msg_count,
3668: p_data => x_msg_data
3669: );