DBA Data[Home] [Help]

APPS.EDR_TRANS_ACKN_PVT dependencies on STANDARD

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

80: from edr_trans_ackn
81: where erecord_id = p_erecord_id;
82:
83: begin
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call (l_api_version ,
86: p_api_version ,
87: l_api_name ,
88: G_PKG_NAME )

Line 195: -- Standard call to get message count and if count is 1,

191: x_ackn_id := l_ackn_id;
192:
193: -- End of API Body
194:
195: -- Standard call to get message count and if count is 1,
196: --get message info.
197: FND_MSG_PUB.Count_And_Get
198: ( p_count => x_msg_count ,
199: p_data => x_msg_data

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

305: L_LAST_UPDATED_BY NUMBER;
306: L_LAST_UPDATE_LOGIN NUMBER;
307:
308: begin
309: -- Standard call to check for call compatibility.
310: IF NOT FND_API.Compatible_API_Call (l_api_version ,
311: p_api_version ,
312: l_api_name ,
313: G_PKG_NAME )