DBA Data[Home] [Help]

APPS.EAM_WO_NETWORK_UTIL_PVT dependencies on STANDARD

Line 242: -- Standard Start of API savepoint

238: end if;
239:
240: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
241:
242: -- Standard Start of API savepoint
243: SAVEPOINT EAM_WO_NETWORK_UTIL_PVT;
244: -- Standard call to check for call compatibility.
245: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
246: p_api_version ,

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

240: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
241:
242: -- Standard Start of API savepoint
243: SAVEPOINT EAM_WO_NETWORK_UTIL_PVT;
244: -- Standard call to check for call compatibility.
245: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
246: p_api_version ,
247: l_api_name ,
248: G_PKG_NAME )

Line 508: -- Standard check of p_commit.

504:
505: END IF;
506:
507: -- End of API body.
508: -- Standard check of p_commit.
509: IF FND_API.To_Boolean( p_commit ) THEN
510: --dbms_output.put_line('committing');
511: COMMIT WORK;
512: END IF;

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

510: --dbms_output.put_line('committing');
511: COMMIT WORK;
512: END IF;
513:
514: -- Standard call to get message count and if count is 1, get message info.
515: FND_MSG_PUB.Count_And_Get
516: ( p_count => x_msg_count ,
517: p_data => x_msg_data
518: );

Line 611: -- Standard Start of API savepoint

607: l_error_message VARCHAR2(1000);
608:
609:
610: BEGIN
611: -- Standard Start of API savepoint
612: SAVEPOINT EAM_WO_NETWORK_UTIL_PVT;
613: -- Standard call to check for call compatibility.
614: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
615: p_api_version ,

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

609:
610: BEGIN
611: -- Standard Start of API savepoint
612: SAVEPOINT EAM_WO_NETWORK_UTIL_PVT;
613: -- Standard call to check for call compatibility.
614: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
615: p_api_version ,
616: l_api_name ,
617: G_PKG_NAME )

Line 847: -- Standard check of p_commit.

843: -- dbms_output.put_line('AFTER END =' || to_char(l_scheduled_completion_date, 'DD-MON-YYYY HH24:MM:SS'));
844:
845:
846: -- End of API body.
847: -- Standard check of p_commit.
848: IF FND_API.To_Boolean( p_commit ) THEN
849: --dbms_output.put_line('committing');
850: COMMIT WORK;
851: END IF;

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

848: IF FND_API.To_Boolean( p_commit ) THEN
849: --dbms_output.put_line('committing');
850: COMMIT WORK;
851: END IF;
852: -- Standard call to get message count and if count is 1, get message info.
853: FND_MSG_PUB.Count_And_Get
854: ( p_count => x_msg_count ,
855: p_data => x_msg_data
856: );