DBA Data[Home] [Help]

APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on STANDARD

Line 141: -- Standard Start of API savepoint

137: l_po_exists NUMBER := 0;
138:
139: BEGIN
140:
141: -- Standard Start of API savepoint
142: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Entering Status Change Package'); END IF;
143:
144: SAVEPOINT change_status;
145:

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

142: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Entering Status Change Package'); END IF;
143:
144: SAVEPOINT change_status;
145:
146: -- Standard call to check for call compatibility.
147: IF NOT fnd_api.compatible_api_call(
148: l_api_version
149: ,p_api_version
150: ,l_api_name

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

942:
943: /***********************************************************/
944: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Exiting Status Change API'); END IF;
945:
946: -- Standard call to get message count and if count is 1, get message info.
947: fnd_msg_pub.count_and_get(
948: p_count => x_msg_count
949: ,p_data => x_msg_data);
950: