DBA Data[Home] [Help]

APPS.EAM_ASSETNUMBER_PUB dependencies on STANDARD

Line 102: -- Standard Start of API savepoint

98: l_serial_number_control_code NUMBER;
99: l_asset_meaning VARCHAR2(80);
100: l_rebuild_meaning VARCHAR2(80);
101: BEGIN
102: -- Standard Start of API savepoint
103: SAVEPOINT Insert_Asset_Number_Pub;
104: -- Standard call to check for call compatibility.
105: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
106: p_api_version ,

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

100: l_rebuild_meaning VARCHAR2(80);
101: BEGIN
102: -- Standard Start of API savepoint
103: SAVEPOINT Insert_Asset_Number_Pub;
104: -- Standard call to check for call compatibility.
105: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
106: p_api_version ,
107: l_api_name ,
108: G_PKG_NAME )

Line 371: -- Standard check of p_commit.

367: end if;
368: end if;
369:
370: -- End of API body.
371: -- Standard check of p_commit.
372: IF FND_API.To_Boolean( p_commit ) THEN
373: COMMIT WORK;
374: END IF;
375: -- Standard call to get message count and if count is 1, get message info.

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

371: -- Standard check of p_commit.
372: IF FND_API.To_Boolean( p_commit ) THEN
373: COMMIT WORK;
374: END IF;
375: -- Standard call to get message count and if count is 1, get message info.
376: FND_MSG_PUB.Count_And_Get
377: ( p_count => x_msg_count ,
378: p_data => x_msg_data
379: );

Line 504: -- Standard Start of API savepoint

500: l_eam_item_type NUMBER;
501: l_asset_meaning VARCHAR2(80);
502: l_rebuild_meaning VARCHAR2(80);
503: BEGIN
504: -- Standard Start of API savepoint
505: SAVEPOINT Update_Asset_Number_Pub;
506: -- Standard call to check for call compatibility.
507: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
508: p_api_version ,

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

502: l_rebuild_meaning VARCHAR2(80);
503: BEGIN
504: -- Standard Start of API savepoint
505: SAVEPOINT Update_Asset_Number_Pub;
506: -- Standard call to check for call compatibility.
507: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
508: p_api_version ,
509: l_api_name ,
510: G_PKG_NAME )

Line 732: -- Standard check of p_commit.

728: );
729:
730:
731: -- End of API body.
732: -- Standard check of p_commit.
733: IF FND_API.To_Boolean( p_commit ) THEN
734: COMMIT WORK;
735: END IF;
736: -- Standard call to get message count and if count is 1, get message info.

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

732: -- Standard check of p_commit.
733: IF FND_API.To_Boolean( p_commit ) THEN
734: COMMIT WORK;
735: END IF;
736: -- Standard call to get message count and if count is 1, get message info.
737: FND_MSG_PUB.Count_And_Get
738: ( p_count => x_msg_count ,
739: p_data => x_msg_data
740: );