DBA Data[Home] [Help]

APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on APP_EXCEPTION

Line 1082: APP_EXCEPTION.RAISE_EXCEPTION;

1078: , p_entity_id => 1
1079: , p_entity_index => 1
1080: , p_message_type => 'E'
1081: );
1082: APP_EXCEPTION.RAISE_EXCEPTION;
1083: END;
1084: -- END IF; --end of check if reqs exist or not
1085: END LOOP;
1086:

Line 1125: APP_EXCEPTION.RAISE_EXCEPTION;

1121: WHEN OTHERS THEN
1122: ROLLBACK TO create_osp_req_at_rel;
1123: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('error creating reqs for osp at rel '); END IF;
1124: IF (l_wip_error_flag = 1) THEN /*Added for FP 6814440*/
1125: APP_EXCEPTION.RAISE_EXCEPTION;
1126: END IF;
1127: END create_osp_req_at_rel;
1128:
1129: END EAM_WO_CHANGE_STATUS_PVT; -- package body