DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on STANDARD

Line 323: -- Standard Start of API savepoint

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

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

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

Line 509: -- Standard check of p_commit.

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

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

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

Line 595: -- Standard Start of API savepoint

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

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

593:
594: BEGIN
595: -- Standard Start of API savepoint
596: SAVEPOINT UPDATE_PARAMETERS;
597: -- Standard call to check for call compatibility.
598:
599: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
600: p_api_version ,
601: l_api_name ,

Line 725: -- Standard check of p_commit.

721:
722: WHERE ORGANIZATION_ID = P_ORGANIZATION_ID;
723:
724: -- End of API body.
725: -- Standard check of p_commit.
726: IF FND_API.To_Boolean( p_commit ) THEN
727: COMMIT WORK;
728: END IF;
729: -- Standard call to get message count and if count is 1, get message info.

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

725: -- Standard check of p_commit.
726: IF FND_API.To_Boolean( p_commit ) THEN
727: COMMIT WORK;
728: END IF;
729: -- Standard call to get message count and if count is 1, get message info.
730: FND_MSG_PUB.get
731: ( p_msg_index_out => x_msg_count ,
732: p_data => x_msg_data
733: );