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 770: -- Standard Start of API Savepoint

766:
767: -- dbms_application_info.set_client_info('204');
768:
769:
770: -- Standard Start of API Savepoint
771: SAVEPOINT CS_Charge_Create_Order_PVT;
772:
773: -- Standard Call to check API compatibility
774: IF NOT FND_API.Compatible_API_Call( l_api_version,

Line 773: -- Standard Call to check API compatibility

769:
770: -- Standard Start of API Savepoint
771: SAVEPOINT CS_Charge_Create_Order_PVT;
772:
773: -- Standard Call to check API compatibility
774: IF NOT FND_API.Compatible_API_Call( l_api_version,
775: p_api_version,
776: l_api_name,
777: G_PKG_NAME) THEN

Line 3062: -- Standard check of p_commit.

3058: --
3059: -- End of API body
3060: --
3061:
3062: -- Standard check of p_commit.
3063: IF FND_API.To_Boolean( p_commit ) THEN
3064: COMMIT WORK;
3065: END IF;
3066:

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

3063: IF FND_API.To_Boolean( p_commit ) THEN
3064: COMMIT WORK;
3065: END IF;
3066:
3067: -- Standard call to get message count and if count is 1, get message info.
3068: FND_MSG_PUB.Count_And_Get
3069: ( p_count => x_msg_count,
3070: p_data => x_msg_data
3071: );