DBA Data[Home] [Help]

APPS.EAM_DEPT_APPROVERS_PUB dependencies on STANDARD

Line 213: -- Standard Start of API savepoint

209: l_msg_count NUMBER;
210: l_msg_data VARCHAR2(30);
211: l_bool boolean;
212: BEGIN
213: -- Standard Start of API savepoint
214: SAVEPOINT INSERT_DEPT_APPR;
215: -- Standard call to check for call compatibility.
216: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
217: p_api_version ,

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

211: l_bool boolean;
212: BEGIN
213: -- Standard Start of API savepoint
214: SAVEPOINT INSERT_DEPT_APPR;
215: -- Standard call to check for call compatibility.
216: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
217: p_api_version ,
218: l_api_name ,
219: G_PKG_NAME )

Line 320: -- Standard check of p_commit.

316: fnd_global.user_id
317: );
318:
319: -- End of API body.
320: -- Standard check of p_commit.
321: IF FND_API.To_Boolean( p_commit ) THEN
322: COMMIT WORK;
323: END IF;
324: -- Standard call to get message count and if count is 1, get message info.

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

320: -- Standard check of p_commit.
321: IF FND_API.To_Boolean( p_commit ) THEN
322: COMMIT WORK;
323: END IF;
324: -- Standard call to get message count and if count is 1, get message info.
325: FND_MSG_PUB.get
326: ( p_msg_index_out => x_msg_count ,
327: p_data => x_msg_data
328: );

Line 391: -- Standard Start of API savepoint

387: l_msg_data VARCHAR2(30);
388: l_bool boolean;
389:
390: BEGIN
391: -- Standard Start of API savepoint
392: SAVEPOINT UPDATE_DEPT_APPR;
393: -- Standard call to check for call compatibility.
394: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
395: p_api_version ,

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

389:
390: BEGIN
391: -- Standard Start of API savepoint
392: SAVEPOINT UPDATE_DEPT_APPR;
393: -- Standard call to check for call compatibility.
394: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
395: p_api_version ,
396: l_api_name ,
397: G_PKG_NAME )

Line 470: -- Standard check of p_commit.

466: RESPONSIBILITY_APPLICATION_ID = P_RESP_APP_ID and
467: RESPONSIBILITY_ID = P_RESPONSIBILITY_ID;
468:
469: -- End of API body.
470: -- Standard check of p_commit.
471: IF FND_API.To_Boolean( p_commit ) THEN
472: COMMIT WORK;
473: END IF;
474: -- Standard call to get message count and if count is 1, get message info.

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

470: -- Standard check of p_commit.
471: IF FND_API.To_Boolean( p_commit ) THEN
472: COMMIT WORK;
473: END IF;
474: -- Standard call to get message count and if count is 1, get message info.
475: FND_MSG_PUB.get
476: ( p_msg_index_out => x_msg_count ,
477: p_data => x_msg_data
478: );