DBA Data[Home] [Help]

APPS.CS_MULTIORG_PUB dependencies on STANDARD

Line 56: -- Standard Start of API Savepoint

52:
53: l_debug number := ASO_DEBUG_PUB.G_DEBUG_LEVEL ;
54:
55: BEGIN
56: -- Standard Start of API Savepoint
57: SAVEPOINT CS_Charge_Create_Order_PUB;
58:
59: -- Standard Call to check API compatibility
60: IF NOT FND_API.Compatible_API_Call( l_api_version,

Line 59: -- Standard Call to check API compatibility

55: BEGIN
56: -- Standard Start of API Savepoint
57: SAVEPOINT CS_Charge_Create_Order_PUB;
58:
59: -- Standard Call to check API compatibility
60: IF NOT FND_API.Compatible_API_Call( l_api_version,
61: p_api_version,
62: l_api_name,
63: G_PKG_NAME) THEN

Line 137: -- Standard check of p_commit.

133: --
134: -- End of API body
135: --
136:
137: -- Standard check of p_commit.
138: IF FND_API.To_Boolean( p_commit ) THEN
139: COMMIT WORK;
140: END IF;
141:

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

142: if (l_debug > 0) then
143: aso_debug_pub.add ('Public API: ' || l_api_name_full || ' end', 1, 'Y');
144: aso_debug_pub.add ('End time: ' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'), 1, 'Y');
145: end if;
146: -- Standard call to get message count and if count is 1, get message info.
147: FND_MSG_PUB.Count_And_Get
148: ( p_count => x_msg_count,
149: p_data => x_msg_data
150: );