DBA Data[Home] [Help]

APPS.GMO_DISPENSE_GRP dependencies on STANDARD

Line 22: -- Standard Start of API savepoint

18: l_api_name CONSTANT VARCHAR2(30) := 'MAINTAIN_RESERVATION';
19: l_api_version CONSTANT NUMBER := 1.0;
20:
21: BEGIN
22: -- Standard Start of API savepoint
23: SAVEPOINT MAINTAIN_RESERVATION;
24:
25: -- Standard call to check for call compatibility.
26: IF NOT FND_API.Compatible_API_Call (l_api_version ,

Line 25: -- Standard call to check for call compatibility.

21: BEGIN
22: -- Standard Start of API savepoint
23: SAVEPOINT MAINTAIN_RESERVATION;
24:
25: -- Standard call to check for call compatibility.
26: IF NOT FND_API.Compatible_API_Call (l_api_version ,
27: p_api_version,
28: l_api_name,
29: G_PKG_NAME )

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

72: IF FND_API.To_Boolean( p_commit ) THEN
73: COMMIT;
74: END IF;
75:
76: -- Standard call to get message count and if count is 1, get message info.
77: FND_MSG_PUB.Count_And_Get
78: ( p_count=> x_msg_count,
79: p_data => x_msg_data
80: );

Line 134: -- Standard Start of API savepoint

130: WRONG_STATUS_ERROR EXCEPTION;
131: l_status_code_exists NUMBER;
132: BEGIN
133:
134: -- Standard Start of API savepoint
135: SAVEPOINT CHANGE_DISPENSE_STATUS;
136: -- Standard call to check for call compatibility.
137: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
138: p_api_version ,

Line 136: -- Standard call to check for call compatibility.

132: BEGIN
133:
134: -- Standard Start of API savepoint
135: SAVEPOINT CHANGE_DISPENSE_STATUS;
136: -- Standard call to check for call compatibility.
137: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
138: p_api_version ,
139: l_api_name ,
140: G_PKG_NAME )

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

183: COMMIT;
184: END IF;
185:
186:
187: -- Standard call to get message count and if count is 1, get message info.
188: FND_MSG_PUB.Count_And_Get
189: ( p_count=> x_msg_count,
190: p_data => x_msg_data
191: );