DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on STANDARD

Line 322: -- Standard Start of API savepoint

318: l_msg_count NUMBER;
319: l_msg_data VARCHAR2(30);
320:
321: BEGIN
322: -- Standard Start of API savepoint
323: SAVEPOINT INSERT_PARAMETERS;
324: -- Standard call to check for call compatibility.
325: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
326: p_api_version ,

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

320:
321: BEGIN
322: -- Standard Start of API savepoint
323: SAVEPOINT INSERT_PARAMETERS;
324: -- Standard call to check for call compatibility.
325: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
326: p_api_version ,
327: l_api_name ,
328: G_PKG_NAME )

Line 506: -- Standard check of p_commit.

502: P_AUTO_FIRM_ON_CREATE
503: );
504:
505: -- End of API body.
506: -- Standard check of p_commit.
507: IF FND_API.To_Boolean( p_commit ) THEN
508: COMMIT WORK;
509: END IF;
510: -- Standard call to get message count and if count is 1, get message info.

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

506: -- Standard check of p_commit.
507: IF FND_API.To_Boolean( p_commit ) THEN
508: COMMIT WORK;
509: END IF;
510: -- Standard call to get message count and if count is 1, get message info.
511: FND_MSG_PUB.get
512: ( p_msg_index_out => x_msg_count ,
513: p_data => x_msg_data
514: );

Line 591: -- Standard Start of API savepoint

587: l_msg_count NUMBER;
588: l_msg_data VARCHAR2(30);
589:
590: BEGIN
591: -- Standard Start of API savepoint
592: SAVEPOINT UPDATE_PARAMETERS;
593: -- Standard call to check for call compatibility.
594:
595: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

589:
590: BEGIN
591: -- Standard Start of API savepoint
592: SAVEPOINT UPDATE_PARAMETERS;
593: -- Standard call to check for call compatibility.
594:
595: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
596: p_api_version ,
597: l_api_name ,

Line 720: -- Standard check of p_commit.

716:
717: WHERE ORGANIZATION_ID = P_ORGANIZATION_ID;
718:
719: -- End of API body.
720: -- Standard check of p_commit.
721: IF FND_API.To_Boolean( p_commit ) THEN
722: COMMIT WORK;
723: END IF;
724: -- Standard call to get message count and if count is 1, get message info.

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

720: -- Standard check of p_commit.
721: IF FND_API.To_Boolean( p_commit ) THEN
722: COMMIT WORK;
723: END IF;
724: -- Standard call to get message count and if count is 1, get message info.
725: FND_MSG_PUB.get
726: ( p_msg_index_out => x_msg_count ,
727: p_data => x_msg_data
728: );