DBA Data[Home] [Help]

APPS.EAM_WO_NETWORK_UTIL_PVT dependencies on STANDARD

Line 250: -- Standard Start of API savepoint

246: end if;
247:
248: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
249:
250: -- Standard Start of API savepoint
251: SAVEPOINT EAM_WO_NETWORK_UTIL_PVT;
252: -- Standard call to check for call compatibility.
253: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
254: p_api_version ,

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

248: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
249:
250: -- Standard Start of API savepoint
251: SAVEPOINT EAM_WO_NETWORK_UTIL_PVT;
252: -- Standard call to check for call compatibility.
253: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
254: p_api_version ,
255: l_api_name ,
256: G_PKG_NAME )

Line 536: -- Standard check of p_commit.

532:
533: END IF;
534:
535: -- End of API body.
536: -- Standard check of p_commit.
537: IF FND_API.To_Boolean( p_commit ) THEN
538: --dbms_output.put_line('committing');
539: COMMIT WORK;
540: END IF;

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

538: --dbms_output.put_line('committing');
539: COMMIT WORK;
540: END IF;
541:
542: -- Standard call to get message count and if count is 1, get message info.
543: FND_MSG_PUB.Count_And_Get
544: ( p_count => x_msg_count ,
545: p_data => x_msg_data
546: );

Line 639: -- Standard Start of API savepoint

635: l_error_message VARCHAR2(1000);
636:
637:
638: BEGIN
639: -- Standard Start of API savepoint
640: SAVEPOINT EAM_WO_NETWORK_UTIL_PVT;
641: -- Standard call to check for call compatibility.
642: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
643: p_api_version ,

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

637:
638: BEGIN
639: -- Standard Start of API savepoint
640: SAVEPOINT EAM_WO_NETWORK_UTIL_PVT;
641: -- Standard call to check for call compatibility.
642: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
643: p_api_version ,
644: l_api_name ,
645: G_PKG_NAME )

Line 875: -- Standard check of p_commit.

871: -- dbms_output.put_line('AFTER END =' || to_char(l_scheduled_completion_date, 'DD-MON-YYYY HH24:MM:SS'));
872:
873:
874: -- End of API body.
875: -- Standard check of p_commit.
876: IF FND_API.To_Boolean( p_commit ) THEN
877: --dbms_output.put_line('committing');
878: COMMIT WORK;
879: END IF;

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

876: IF FND_API.To_Boolean( p_commit ) THEN
877: --dbms_output.put_line('committing');
878: COMMIT WORK;
879: END IF;
880: -- Standard call to get message count and if count is 1, get message info.
881: FND_MSG_PUB.Count_And_Get
882: ( p_count => x_msg_count ,
883: p_data => x_msg_data
884: );